compiler: CMake-ify
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
#ifndef STD_COMPILER_H
|
||||
#define STD_COMPILER_H
|
||||
|
||||
#include "config.hpp"
|
||||
#include "stdutil.hpp"
|
||||
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user