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

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

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

File size: 509 bytes
Line 
1#pragma once
2
3#include <map>
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
20#include <jenga/include/common/String.h>
21#include <jenga/include/common/File.h>
22
23#include "../BasicCompiler_Common/common.h"
24
25#include <Hashmap.h>
26#include <Program.h>
27#include <Compiler.h>
Note: See TracBrowser for help on using the repository browser.