comparison Core/PrecompiledHeaders.h @ 828:1ca414eeac1b

fix
author jodogne
date Mon, 02 Jun 2014 11:49:12 +0200
parents 3d6f9b7d0add
children e798ff248b98
comparison
equal deleted inserted replaced
827:3d6f9b7d0add 828:1ca414eeac1b
30 **/ 30 **/
31 31
32 32
33 #pragma once 33 #pragma once
34 34
35 #define ORTHANC_PRECOMPILED_HEADERS_INCLUDED 1 35 #if ORTHANC_USE_PRECOMPILED_HEADERS == 1
36 36
37 #if ORTHANC_USE_PRECOMPILED_HEADERS == 1 37 #ifndef NOMINMAX
38 #define NOMINMAX
39 #endif
38 40
39 #include <boost/date_time/posix_time/posix_time.hpp> 41 #include <boost/date_time/posix_time/posix_time.hpp>
40 #include <boost/filesystem.hpp> 42 #include <boost/filesystem.hpp>
41 #include <boost/lexical_cast.hpp> 43 #include <boost/lexical_cast.hpp>
42 #include <boost/locale.hpp> 44 #include <boost/locale.hpp>