comparison UnitTestsSources/TestStructureSet.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents faaff0a1711e
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
26 // warning C4748: /GS can not protect parameters and local variables from 26 // warning C4748: /GS can not protect parameters and local variables from
27 // local buffer overrun because optimizations are disabled in function 27 // local buffer overrun because optimizations are disabled in function
28 # pragma warning(disable: 4748) 28 # pragma warning(disable: 4748)
29 #endif 29 #endif
30 30
31 #include "Framework/Toolbox/DicomStructureSetUtils.h" 31 #include "../Framework/Loaders/DicomStructureSetLoader.h"
32 #include "Framework/Toolbox/DicomStructureSet2.h" 32 #include "../Framework/Loaders/GenericLoadersContext.h"
33 #include "Framework/Toolbox/DisjointDataSet.h" 33 #include "../Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h"
34 34 #include "../Framework/Toolbox/DicomStructureSet2.h"
35 #include "Framework/Loaders/GenericLoadersContext.h" 35 #include "../Framework/Toolbox/DicomStructureSetUtils.h"
36 #include "Framework/Loaders/DicomStructureSetLoader.h" 36 #include "../Framework/Toolbox/DisjointDataSet.h"
37 #include "Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h"
38 37
39 #include <boost/date_time/posix_time/posix_time.hpp> 38 #include <boost/date_time/posix_time/posix_time.hpp>
40 #include <boost/make_shared.hpp> 39 #include <boost/make_shared.hpp>
41 40
42 #include <Core/SystemToolbox.h> 41 #include <SystemToolbox.h>
43 42
44 #include "gtest/gtest.h" 43 #include <gtest/gtest.h>
45 #include <string> 44 #include <string>
46 45
47 using namespace Orthanc; 46 using namespace Orthanc;
48 using namespace OrthancStone; 47 using namespace OrthancStone;
49 48