source: dev/trunk/ab5.0/abdev/ab_common/stdafx.h@ 750

Last change on this file since 750 was 750, checked in by イグトランス (egtra), 16 years ago

BOOST_FOREACHを可能なものはVC++ 2005 for eachへ置換(やや速くなる)。

File size: 532 bytes
Line 
1#pragma once
2
3#include <map>
4#include <string>
5#include <vector>
6#include <fstream>
7#include <iostream>
8#include <algorithm>
9
10#include <windows.h>
11#include <stdio.h>
12#include <string.h>
13#include <math.h>
14#include <time.h>
15#include <limits.h>
16#include <shlobj.h>
17
18//boost libraries
19#include <boost/foreach.hpp>
20#include <boost/serialization/serialization.hpp>
21#include <boost/serialization/nvp.hpp>
22#include <boost/serialization/export.hpp>
23
24#include <jenga/include/jenga.h>
25
26#include "include/ab_common.h"
Note: See TracBrowser for help on using the repository browser.