source: dev/trunk/ab5.0/abdev/BasicCompiler64/stdafx.h@ 463

Last change on this file since 463 was 463, checked in by dai_9181, 16 years ago

[461]を64bit版にマージ。

File size: 622 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#include <iostream>
17
18//boost libraries
19#include <boost/foreach.hpp>
20
21#include <jenga/include/common/String.h>
22#include <jenga/include/common/File.h>
23#include <jenga/include/common/CmdLine.h>
24
25#include "../BasicCompiler_Common/common.h"
26#include "../BasicCompiler_Common/BasicFixed.h"
27
28#include <Hashmap.h>
29#include <Program.h>
30#include <Compiler.h>
Note: See TracBrowser for help on using the repository browser.