source: dev/trunk/abdev/BasicCompiler32/stdafx.h@ 353

Last change on this file since 353 was 353, checked in by dai_9181, 17 years ago

インターフェイス実装周りの仕様整備

File size: 509 bytes
RevLine 
[215]1#pragma once
[214]2
[322]3#include <map>
[206]4#include <string>
5#include <vector>
6#include <fstream>
7
8#include <windows.h>
9#include <stdio.h>
10#include <string.h>
11#include <math.h>
12#include <commctrl.h>
13#include <time.h>
14#include <limits.h>
15#include <shlobj.h>
16
17//boost libraries
18#include <boost/foreach.hpp>
19
[299]20#include <jenga/include/common/String.h>
[322]21#include <jenga/include/common/File.h>
[299]22
[206]23#include "../BasicCompiler_Common/common.h"
[288]24
[353]25#include <Hashmap.h>
26#include <Program.h>
[288]27#include <Compiler.h>
Note: See TracBrowser for help on using the repository browser.