comparison OrthancStone/Sources/Scene2D/Internals/OpenGLTextProgram.cpp @ 1624:59f95b9ea858

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:30:36 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1623:74be0f498b08 1624:59f95b9ea858
23 #include "OpenGLTextProgram.h" 23 #include "OpenGLTextProgram.h"
24 #include "OpenGLShaderVersionDirective.h" 24 #include "OpenGLShaderVersionDirective.h"
25 25
26 #include "../../Fonts/OpenGLTextCoordinates.h" 26 #include "../../Fonts/OpenGLTextCoordinates.h"
27 27
28 #include <Logging.h>
28 #include <OrthancException.h> 29 #include <OrthancException.h>
29 30
30 31
31 static const unsigned int COMPONENTS = 2; 32 static const unsigned int COMPONENTS = 2;
32 33