forked from pool/orthanc-webviewer
- Cachemanager.patch applied to fix TW build issue OBS-URL: https://build.opensuse.org/request/show/1180021 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-webviewer?expand=0&rev=19
14 lines
320 B
Diff
14 lines
320 B
Diff
diff -r af985076f647 Plugin/Cache/CacheManager.h
|
|
--- a/Plugin/Cache/CacheManager.h Tue Feb 22 08:33:59 2022 +0100
|
|
+++ b/Plugin/Cache/CacheManager.h Tue Jun 11 09:09:24 2024 +0200
|
|
@@ -29,6 +29,9 @@
|
|
|
|
#include <boost/shared_ptr.hpp>
|
|
|
|
+#include <map>
|
|
+#include <list>
|
|
+
|
|
namespace OrthancPlugins
|
|
{
|
|
enum CacheProperty
|