changeset 15:71804e52a474

added missing include
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 25 Oct 2021 20:47:20 +0200
parents 4c0dd6329892
children c30e86b4a9d5
files Plugin/HttpCache.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/HttpCache.h	Wed Sep 15 22:33:12 2021 +0200
+++ b/Plugin/HttpCache.h	Mon Oct 25 20:47:20 2021 +0200
@@ -22,6 +22,7 @@
 #include <boost/date_time/posix_time/posix_time_types.hpp>
 #include <boost/noncopyable.hpp>
 #include <boost/thread/mutex.hpp>
+#include <map>
 
 
 namespace OrthancPlugins