Mercurial > hg > orthanc
comparison Core/PrecompiledHeaders.h @ 3712:2a170a8f1faf
replacing std::auto_ptr by std::unique_ptr
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 02 Mar 2020 15:32:45 +0100 |
parents | 94f4a18a79cc |
children | df453020eaf5 |
comparison
equal
deleted
inserted
replaced
3709:1f4910999fe7 | 3712:2a170a8f1faf |
---|---|
37 #define NOMINMAX | 37 #define NOMINMAX |
38 #endif | 38 #endif |
39 | 39 |
40 #if ORTHANC_USE_PRECOMPILED_HEADERS == 1 | 40 #if ORTHANC_USE_PRECOMPILED_HEADERS == 1 |
41 | 41 |
42 #include <boost/date_time/posix_time/posix_time.hpp> | 42 //#include <boost/date_time/posix_time/posix_time.hpp> |
43 #include <boost/filesystem.hpp> | 43 //#include <boost/filesystem.hpp> |
44 #include <boost/lexical_cast.hpp> | 44 #include <boost/lexical_cast.hpp> |
45 #include <boost/locale.hpp> | 45 //#include <boost/locale.hpp> |
46 #include <boost/regex.hpp> | 46 //#include <boost/regex.hpp> |
47 #include <boost/thread.hpp> | 47 #include <boost/thread.hpp> |
48 #include <boost/thread/shared_mutex.hpp> | 48 #include <boost/thread/shared_mutex.hpp> |
49 | 49 |
50 #include <json/value.h> | 50 #include <json/value.h> |
51 | 51 |
52 #if ORTHANC_ENABLE_PUGIXML == 1 | 52 #if ORTHANC_ENABLE_PUGIXML == 1 |
53 # include <pugixml.hpp> | 53 # include <pugixml.hpp> |
54 #endif | 54 #endif |
55 | 55 |
56 #include "../Core/Compatibility.h" | |
56 #include "Enumerations.h" | 57 #include "Enumerations.h" |
57 #include "Logging.h" | 58 #include "Logging.h" |
58 #include "OrthancException.h" | 59 #include "OrthancException.h" |
59 #include "Toolbox.h" | 60 #include "Toolbox.h" |
60 | 61 |