Gui/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 GUI_PRECOMPILED_H
00025 #define GUI_PRECOMPILED_H
00026
00027 #include <FCConfig.h>
00028
00029 #ifdef _PreComp_
00030
00031
00032 #ifdef _MSC_VER
00033 #pragma warning( disable : 4251 )
00034 #pragma warning( disable : 4273 )
00035 #pragma warning( disable : 4275 )
00036 #pragma warning( disable : 4503 )
00037 #pragma warning( disable : 4786 ) // specifier longer then 255 chars
00038 #endif
00039
00040
00041 #include <Python.h>
00042
00043
00044 #include <stdio.h>
00045 #include <assert.h>
00046 #include <fcntl.h>
00047 #include <ctype.h>
00048 #include <typeinfo>
00049 #include <float.h>
00050 #include <limits.h>
00051
00052 #ifdef FC_OS_WIN32
00053 #define WIN32_LEAN_AND_MEAN
00054 #include <windows.h>
00055 #include <io.h>
00056 #include <shellapi.h>
00057 #endif
00058
00059
00060 #include <iostream>
00061 #include <iomanip>
00062
00063
00064
00065 #include <vector>
00066 #include <map>
00067 #include <string>
00068 #include <list>
00069 #include <set>
00070 #include <algorithm>
00071 #include <stack>
00072 #include <queue>
00073 #include <sstream>
00074 #include <bitset>
00075
00076
00077 #include <boost/signals.hpp>
00078 #include <boost/bind.hpp>
00079 #include <boost/program_options.hpp>
00080 #include <boost/tuple/tuple.hpp>
00081 #include <boost/utility.hpp>
00082 #include <boost/graph/adjacency_list.hpp>
00083 #include <boost/filesystem/path.hpp>
00084 #include <boost/filesystem/operations.hpp>
00085 #include <boost/filesystem/exception.hpp>
00086
00087
00088 #include "InventorAll.h"
00089 #include "Qt4All.h"
00090
00091 #elif defined(FC_OS_WIN32)
00092 #include <windows.h>
00093 #endif //_PreComp_
00094
00095 #endif // GUI_PRECOMPILED_H