Files
BlitzNext/compiler/std.hpp
T

21 lines
285 B
C++
Raw Normal View History

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
#include <set>
#include <map>
#include <list>
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
#include <iomanip>
using namespace std;
#include <windows.h>
#endif