Mercurial > hg > orthanc-stone
diff 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 |
line wrap: on
line diff
--- a/OrthancStone/Sources/OpenGL/OpenGLTexture.cpp Wed Nov 04 11:39:15 2020 +0100 +++ b/OrthancStone/Sources/OpenGL/OpenGLTexture.cpp Fri Nov 06 17:30:36 2020 +0100 @@ -23,6 +23,7 @@ #include "OpenGLTexture.h" #include "IOpenGLContext.h" +#include <Logging.h> #include <OrthancException.h> namespace OrthancStone