comparison Core/PrecompiledHeaders.h @ 3786:3801435e34a1 SylvainRouquette/fix-issue169-95b752c

integration Orthanc-1.6.0->SylvainRouquette
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Mar 2020 11:48:30 +0100
parents 2a170a8f1faf
children df453020eaf5
comparison
equal deleted inserted replaced
3785:763533d6dd67 3786:3801435e34a1
1 /** 1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 * Department, University Hospital of Liege, Belgium 4 * Department, University Hospital of Liege, Belgium
5 * Copyright (C) 2017-2019 Osimis S.A., Belgium 5 * Copyright (C) 2017-2020 Osimis S.A., Belgium
6 * 6 *
7 * This program is free software: you can redistribute it and/or 7 * This program is free software: you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as 8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation, either version 3 of the 9 * published by the Free Software Foundation, either version 3 of the
10 * License, or (at your option) any later version. 10 * License, or (at your option) any later version.
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