diff Core/FileStorage/FilesystemStorage.h @ 4034:78ee0155ec67

trying to use orthanc frameworking with web-viewer plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jun 2020 10:14:15 +0200
parents 94f4a18a79cc
children 5e26d004838c
line wrap: on
line diff
--- a/Core/FileStorage/FilesystemStorage.h	Tue Jun 09 21:45:54 2020 +0200
+++ b/Core/FileStorage/FilesystemStorage.h	Wed Jun 10 10:14:15 2020 +0200
@@ -33,6 +33,8 @@
 
 #pragma once
 
+#include "../OrthancFramework.h"
+
 #if !defined(ORTHANC_SANDBOXED)
 #  error The macro ORTHANC_SANDBOXED must be defined
 #endif