blob: 32c8b562e02bf4d8d9f464648f2ee13b9080a773 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Plugin/Cache/CacheManager.h.orig 2022-02-22 07:33:59 UTC
+++ Plugin/Cache/CacheManager.h
@@ -29,6 +29,8 @@
#include <boost/shared_ptr.hpp>
+#include <list>
+
namespace OrthancPlugins
{
enum CacheProperty
|