App/PreCompiled.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (c) Jürgen Riegel          (juergen.riegel@web.de) 2002     *
00003  *                                                                         *
00004  *   This file is part of the FreeCAD CAx development system.              *
00005  *                                                                         *
00006  *   This library is free software; you can redistribute it and/or         *
00007  *   modify it under the terms of the GNU Library General Public           *
00008  *   License as published by the Free Software Foundation; either          *
00009  *   version 2 of the License, or (at your option) any later version.      *
00010  *                                                                         *
00011  *   This library  is distributed in the hope that it will be useful,      *
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00014  *   GNU Library General Public License for more details.                  *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU Library General Public     *
00017  *   License along with this library; see the file COPYING.LIB. If not,    *
00018  *   write to the Free Software Foundation, Inc., 59 Temple Place,         *
00019  *   Suite 330, Boston, MA  02111-1307, USA                                *
00020  *                                                                         *
00021  ***************************************************************************/
00022 
00023 
00024 #ifndef APP_PRECOMPILED_H
00025 #define APP_PRECOMPILED_H
00026 
00027 #include <FCConfig.h>
00028 
00029 // here get the warnings of too long specifiers disabled
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 // standard
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 // Streams
00056 #include <iostream>
00057 #include <sstream>
00058 
00059 // STL 
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 // Boost
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 //namespace po = boost::program_options;
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

Generated on Wed Nov 23 19:00:29 2011 for FreeCAD by  doxygen 1.6.1