# HG changeset patch
# User Sebastien Jodogne <s.jodogne@gmail.com>
# Date 1636196352 -3600
# Node ID c30e86b4a9d583745335d1e26cd20a0bec22ada7
# Parent  4df89753eaef219c0dc1240130accbd7d6b9cac5# Parent  71804e52a47451dcb3b1a62c9dde08f433ab9177
merge

diff -r 4df89753eaef -r c30e86b4a9d5 Plugin/HttpCache.h
--- a/Plugin/HttpCache.h	Sat Nov 06 11:59:01 2021 +0100
+++ b/Plugin/HttpCache.h	Sat Nov 06 11:59:12 2021 +0100
@@ -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