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

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

BoostXmlSupportクラスの名前をBoostSerializationSupportに変更

File size: 465 bytes
Line 
1#include <string>
2#include <vector>
3#include <fstream>
4
5#include <windows.h>
6#include <stdio.h>
7#include <string.h>
8#include <math.h>
9#include <commctrl.h>
10#include <time.h>
11#include <limits.h>
12#include <shlobj.h>
13
14//boost libraries
15#include <boost/foreach.hpp>
16
17#include <jenga/include/common/BoostSerializationSupport.h>
18
19#include "../BasicCompiler_Common/common.h"
20
21#include <Class.h>
22#include <Compiler.h>
23#include <NamespaceSupporter.h>
Note: See TracBrowser for help on using the repository browser.