diff 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
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp	Fri Apr 26 17:17:34 2024 +0200
+++ b/OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp	Fri Apr 26 17:41:40 2024 +0200
@@ -23,6 +23,7 @@
 #define HOUSEKEEPER_NAME "housekeeper"
 
 #include "../Common/OrthancPluginCppWrapper.h"
+#include "../../../../OrthancFramework/Sources/Compatibility.h"
 
 #include <boost/thread.hpp>
 #include <boost/algorithm/string.hpp>