diff OrthancStone/Sources/Viewport/DefaultViewportInteractor.h @ 1564:e731e62692a9

upgrading Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 15:18:21 +0200
parents cf652990abb1
children 4fb8fdf03314
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/DefaultViewportInteractor.h	Fri Aug 21 21:57:54 2020 +0200
+++ b/OrthancStone/Sources/Viewport/DefaultViewportInteractor.h	Thu Sep 17 15:18:21 2020 +0200
@@ -22,6 +22,8 @@
 
 #include "IViewportInteractor.h"
 
+#include <Compatibility.h>  // For ORTHANC_OVERRIDE
+
 namespace OrthancStone
 {
   class DefaultViewportInteractor : public IViewportInteractor