00001 // PreComp - PreComp file for ZenLib 00002 // Copyright (C) 2006-2011 MediaArea.net SARL, Info@MediaArea.net 00003 // 00004 // This library is free software: you can redistribute it and/or modify it 00005 // under the terms of the GNU Lesser General Public License as published by 00006 // the Free Software Foundation, either version 3 of the License, or 00007 // any later version. 00008 // 00009 // This library is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 // GNU Lesser General Public License for more details. 00013 // 00014 // You should have received a copy of the GNU Lesser General Public License 00015 // along with this library. If not, see <http://www.gnu.org/licenses/>. 00016 // 00017 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00018 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00019 // 00020 // Helpers for compilers (precompilation) 00021 // 00022 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 00023 00024 //--------------------------------------------------------------------------- 00025 #ifndef ZenLib_PreCompH 00026 #define ZenLib_PreCompH 00027 //--------------------------------------------------------------------------- 00028 00029 //--------------------------------------------------------------------------- 00030 #if defined(_MSC_VER) || defined(__BORLANDC__) 00031 #include <cstring> 00032 #include <cstdio> 00033 #include <cstdlib> 00034 #include <ctime> 00035 #include <algorithm> 00036 #include <map> 00037 #include <sstream> 00038 #include <iomanip> 00039 #include <cmath> 00040 #include "ZenLib/Conf.h" 00041 #include "ZenLib/Conf_Internal.h" 00042 #endif //defined(_MSC_VER) || defined(__BORLANDC__) 00043 //--------------------------------------------------------------------------- 00044 00045 #endif