comparison OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp @ 5576:3a6d6d35193c

fix build of Housekeeper plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 17:41:40 +0200
parents 823aae1ea72a
children 0e16e677fe64
comparison
equal deleted inserted replaced
5575:d7eaa568da15 5576:3a6d6d35193c
21 21
22 22
23 #define HOUSEKEEPER_NAME "housekeeper" 23 #define HOUSEKEEPER_NAME "housekeeper"
24 24
25 #include "../Common/OrthancPluginCppWrapper.h" 25 #include "../Common/OrthancPluginCppWrapper.h"
26 #include "../../../../OrthancFramework/Sources/Compatibility.h"
26 27
27 #include <boost/thread.hpp> 28 #include <boost/thread.hpp>
28 #include <boost/algorithm/string.hpp> 29 #include <boost/algorithm/string.hpp>
29 #include <boost/date_time/posix_time/posix_time.hpp> 30 #include <boost/date_time/posix_time/posix_time.hpp>
30 #include <boost/date_time/special_defs.hpp> 31 #include <boost/date_time/special_defs.hpp>