comparison OrthancStone/Sources/OpenGL/OpenGLTexture.cpp @ 2113:8ab2eb6ed354

fix for boost 1.84.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Jan 2024 16:42:38 +0100
parents 07964689cb0b
children c23eef785569
comparison
equal deleted inserted replaced
2112:1bc9f6157833 2113:8ab2eb6ed354
24 #include "OpenGLTexture.h" 24 #include "OpenGLTexture.h"
25 #include "IOpenGLContext.h" 25 #include "IOpenGLContext.h"
26 26
27 #include <Logging.h> 27 #include <Logging.h>
28 #include <OrthancException.h> 28 #include <OrthancException.h>
29
30 #include <cassert>
29 31
30 namespace OrthancStone 32 namespace OrthancStone
31 { 33 {
32 namespace OpenGL 34 namespace OpenGL
33 { 35 {