comparison Deprecated/Applications/Generic/GuiAdapter.h @ 1410:b2b0fc4a5596

Added ENABLE_GUIADAPTER option + fixed include paths in GuiAdapter
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 04 May 2020 13:34:21 +0200
parents ff8d2e46ac63
children fb8c36073983
comparison
equal deleted inserted replaced
1406:5d7ee14dc1eb 1410:b2b0fc4a5596
39 # if ORTHANC_ENABLE_SDL == 1 39 # if ORTHANC_ENABLE_SDL == 1
40 # include <SDL.h> 40 # include <SDL.h>
41 # endif 41 # endif
42 #endif 42 #endif
43 43
44 #include "../../Framework/StoneException.h" 44 #include "../../../Framework/StoneException.h"
45 45
46 #if ORTHANC_ENABLE_THREADS == 1 46 #if ORTHANC_ENABLE_THREADS == 1
47 # include "../../Framework/Deprecated/Messages/LockingEmitter.h" 47 # include "../../../Framework/Deprecated/Messages/LockingEmitter.h"
48 #endif 48 #endif
49 49
50 #include <vector> 50 #include <vector>
51 #include <boost/shared_ptr.hpp> 51 #include <boost/shared_ptr.hpp>
52 #include <boost/weak_ptr.hpp> 52 #include <boost/weak_ptr.hpp>