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

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

セキュリティ対策の機能を有効化

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