diff OrthancServer/DatabaseWrapper.h @ 1242:58e6a89c3ef4

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Dec 2014 17:37:27 +0100
parents 90d2f320862d
children a0e420c5f2b8
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Fri Dec 05 17:22:53 2014 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Fri Dec 05 17:37:27 2014 +0100
@@ -41,6 +41,8 @@
 #include <list>
 #include <boost/date_time/posix_time/posix_time.hpp>
 
+#include "ExportedResource.h"
+
 namespace Orthanc
 {
   namespace Internals