2014-01-31 08:23:00 +13:00
|
|
|
|
|
|
|
|
#ifndef STD_COMPILER_H
|
|
|
|
|
#define STD_COMPILER_H
|
|
|
|
|
|
2019-01-18 15:55:51 +01:00
|
|
|
#include "config.hpp"
|
|
|
|
|
#include "stdutil.hpp"
|
2014-01-31 08:23:00 +13:00
|
|
|
|
2019-01-18 17:04:57 +01:00
|
|
|
#include <fstream>
|
|
|
|
|
#include <iomanip>
|
|
|
|
|
#include <iostream>
|
2014-01-31 08:23:00 +13:00
|
|
|
#include <list>
|
2019-01-18 17:04:57 +01:00
|
|
|
#include <map>
|
|
|
|
|
#include <set>
|
2014-01-31 08:23:00 +13:00
|
|
|
#include <string>
|
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
|
|
#endif
|