comparison Framework/Scene2D/Internals/OpenGLLookupTableTextureRenderer.cpp @ 1297:6ab03e429f06 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 23 Feb 2020 15:32:24 +0100
parents 7ec8fea061b9 ea6c2254536d
children 30deba7bc8e2
comparison
equal deleted inserted replaced
1281:68579a31eeb4 1297:6ab03e429f06
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "OpenGLLookupTableTextureRenderer.h" 22 #include "OpenGLLookupTableTextureRenderer.h"
23
24 #include "../../Toolbox/ImageToolbox.h"
25
23 26
24 #include <Core/OrthancException.h> 27 #include <Core/OrthancException.h>
25 28
26 namespace OrthancStone 29 namespace OrthancStone
27 { 30 {