comparison OrthancStone/Sources/Viewport/WebGLViewportsRegistry.cpp @ 1558:314b6dc507d9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 11:38:56 +0200
parents 244ad1e4e76a
children
comparison
equal deleted inserted replaced
1557:a6f339d8e4c2 1558:314b6dc507d9
20 20
21 21
22 #include "WebGLViewportsRegistry.h" 22 #include "WebGLViewportsRegistry.h"
23 23
24 #include "../Toolbox/GenericToolbox.h" 24 #include "../Toolbox/GenericToolbox.h"
25 #include "../Scene2DViewport/ViewportController.h"
25 26
26 #include <OrthancException.h> 27 #include <OrthancException.h>
27 28
28 #include <boost/make_shared.hpp> 29 #include <boost/make_shared.hpp>
29 30