ZenLib
PreComp.h
Go to the documentation of this file.
1 /* Copyright (c) MediaArea.net SARL. All Rights Reserved.
2  *
3  * Use of this source code is governed by a zlib-style license that can
4  * be found in the License.txt file in the root of the source tree.
5  */
6 
7 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8 //
9 // Helpers for compilers (precompilation)
10 //
11 //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12 
13 //---------------------------------------------------------------------------
14 #ifndef ZenLib_PreCompH
15 #define ZenLib_PreCompH
16 //---------------------------------------------------------------------------
17 
18 //---------------------------------------------------------------------------
19 #if defined(_MSC_VER) || defined(__BORLANDC__)
20  #include <cstring>
21  #include <cstdio>
22  #include <cstdlib>
23  #include <ctime>
24  #include <algorithm>
25  #include <map>
26  #include <sstream>
27  #include <iomanip>
28  #include <cmath>
29  #include "ZenLib/Conf.h"
30  #include "ZenLib/Conf_Internal.h"
31 #endif //defined(_MSC_VER) || defined(__BORLANDC__)
32 //---------------------------------------------------------------------------
33 
34 #endif
Conf.h
Conf_Internal.h