diff Framework/OpenGL/OpenGLIncludes.h @ 1471:28c64c246312

working on a shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 12:57:54 +0200
parents 1c2d065ba372
children
line wrap: on
line diff
--- a/Framework/OpenGL/OpenGLIncludes.h	Fri Jun 12 17:38:07 2020 +0200
+++ b/Framework/OpenGL/OpenGLIncludes.h	Mon Jun 15 12:57:54 2020 +0200
@@ -21,6 +21,8 @@
 
 #pragma once
 
+#include "../OrthancStone.h"
+
 #if !defined(ORTHANC_ENABLE_OPENGL)
 #  error The macro ORTHANC_ENABLE_OPENGL must be defined
 #endif