Mercurial > hg > orthanc-stone
comparison OrthancStone/Sources/OpenGL/OpenGLTexture.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 |
---|---|
21 | 21 |
22 | 22 |
23 #include "OpenGLTexture.h" | 23 #include "OpenGLTexture.h" |
24 #include "IOpenGLContext.h" | 24 #include "IOpenGLContext.h" |
25 | 25 |
26 #include <Logging.h> | |
26 #include <OrthancException.h> | 27 #include <OrthancException.h> |
27 | 28 |
28 namespace OrthancStone | 29 namespace OrthancStone |
29 { | 30 { |
30 namespace OpenGL | 31 namespace OpenGL |