App/PreCompiled.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef APP_PRECOMPILED_H
00025 #define APP_PRECOMPILED_H
00026
00027 #include <FCConfig.h>
00028
00029
00030 #ifdef _MSC_VER
00031 #pragma warning( disable : 4251 )
00032 #pragma warning( disable : 4273 )
00033 #pragma warning( disable : 4275 )
00034 #pragma warning( disable : 4503 )
00035 #pragma warning( disable : 4786 ) // specifier longer then 255 chars
00036 #endif
00037
00038
00039 #ifdef _PreComp_
00040
00041
00042 #include <cstdio>
00043 #include <cassert>
00044 #include <ctime>
00045 #include <csignal>
00046
00047 #ifdef FC_OS_WIN32
00048 #include <direct.h>
00049 #define WIN32_LEAN_AND_MEAN
00050 #include <windows.h>
00051 #include <crtdbg.h>
00052 #endif
00053
00054
00055
00056 #include <iostream>
00057 #include <sstream>
00058
00059
00060 #include <string>
00061 #include <list>
00062 #include <map>
00063 #include <vector>
00064 #include <set>
00065 #include <stack>
00066 #include <sstream>
00067 #include <queue>
00068 #include <bitset>
00069 #include <exception>
00070
00071
00072 #include <boost/signals.hpp>
00073 #include <boost/bind.hpp>
00074 #include <boost/regex.hpp>
00075
00076 #include <boost/tuple/tuple.hpp>
00077 #include <boost/utility.hpp>
00078 #include <boost/graph/adjacency_list.hpp>
00079
00080 #include <boost/program_options.hpp>
00081
00082
00083 #include <boost/filesystem/path.hpp>
00084 #include <boost/filesystem/operations.hpp>
00085 #include <boost/filesystem/exception.hpp>
00086
00087
00088 #endif //_PreComp_
00089
00090 #endif // APP_PRECOMPILED_H