diff OrthancStone/Sources/Scene2D/OpenGLCompositor.cpp @ 1793:c5e6379b9cd0

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 May 2021 17:23:54 +0200
parents 373d7f7e796e
children 3889ae96d2e9
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2D/OpenGLCompositor.cpp	Mon May 17 16:59:03 2021 +0200
+++ b/OrthancStone/Sources/Scene2D/OpenGLCompositor.cpp	Mon May 17 17:23:54 2021 +0200
@@ -31,6 +31,8 @@
 #include "Internals/OpenGLTextRenderer.h"
 #include "Internals/MacroLayerRenderer.h"
 
+#include <OrthancException.h>
+
 namespace OrthancStone
 {
   class OpenGLCompositor::Font : public boost::noncopyable