Base/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 BASE_PRECOMPILED_H
00025 #define BASE_PRECOMPILED_H
00026 
00027 #include <FCConfig.h>
00028 
00029 #ifdef _PreComp_
00030 
00031 // Python
00032 #include <Python.h>
00033 
00034 // standard
00035 #include <fcntl.h>
00036 #include <cstdio>
00037 #include <cassert>
00038 #include <time.h>
00039 #include <cfloat>
00040 #ifdef FC_OS_WIN32
00041 #define _USE_MATH_DEFINES
00042 #endif // FC_OS_WIN32
00043 #include <cmath>
00044 #include <climits>
00045 
00046 #ifdef FC_OS_WIN32
00047 #include <direct.h>
00048 #define WIN32_LEAN_AND_MEAN
00049 #include <windows.h>
00050 #include <crtdbg.h>
00051 #include <shellapi.h>
00052 #include <Rpc.h>
00053 #endif
00054 
00055 // STL 
00056 #include <string>
00057 #include <list>
00058 #include <map>
00059 #include <vector>
00060 #include <set>
00061 #include <stack>
00062 #include <queue>
00063 #include <memory>
00064 #include <bitset>
00065 
00066 //streams
00067 #include <iostream>
00068 #include <fstream>
00069 #include <sstream>
00070 
00071 // Xerces
00072 #include <xercesc/util/PlatformUtils.hpp>
00073 #include <xercesc/util/XercesVersion.hpp>
00074 #include <xercesc/dom/DOM.hpp>
00075 #include <xercesc/dom/DOMImplementation.hpp>
00076 #include <xercesc/dom/DOMImplementationLS.hpp>
00077 #if (XERCES_VERSION_MAJOR == 2)
00078 #include <xercesc/dom/DOMWriter.hpp>
00079 #endif
00080 #include <xercesc/dom/DOMDocument.hpp>
00081 #include <xercesc/dom/DOMElement.hpp>
00082 #include <xercesc/dom/DOMText.hpp>
00083 #include <xercesc/framework/StdOutFormatTarget.hpp>
00084 #include <xercesc/framework/LocalFileFormatTarget.hpp>
00085 #include <xercesc/parsers/XercesDOMParser.hpp>
00086 #include <xercesc/util/XMLUni.hpp>
00087 #include <xercesc/util/XMLUniDefs.hpp>
00088 #include <xercesc/util/XMLString.hpp>
00089 #include <xercesc/util/platformutils.hpp>
00090 #include <xercesc/sax/SAXParseException.hpp>
00091 #include <xercesc/sax/ErrorHandler.hpp>
00092 #include <xercesc/sax/SAXParseException.hpp>
00093 #include <xercesc/sax/SAXException.hpp>
00094 #include <xercesc/sax2/Attributes.hpp>
00095 #include <xercesc/sax2/DefaultHandler.hpp>
00096 #include <xercesc/sax2/Attributes.hpp>
00097 #include <xercesc/sax2/SAX2XMLReader.hpp>
00098 #include <xercesc/sax2/XMLReaderFactory.hpp>
00099 
00100 #include <boost/filesystem/path.hpp>
00101 #include <boost/filesystem/operations.hpp>
00102 #include <boost/filesystem/exception.hpp>
00103 #include <boost/regex.hpp>
00104 
00105 // QtCore
00106 #include <QBuffer>
00107 #include <QByteArray>
00108 #include <QIODevice>
00109 #include <QDataStream>
00110 #include <QWriteLocker>
00111 #include <QReadLocker>
00112 #include <QReadWriteLock>
00113 #include <QMutex>
00114 #include <QMutexLocker>
00115 
00116 
00117 #endif //_PreComp_
00118 
00119 #endif // BASE_PRECOMPILED_H
00120 

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