comparison OrthancStone/Sources/Scene2DViewport/OneGesturePointerTracker.h @ 1564:e731e62692a9

upgrading Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 15:18:21 +0200
parents 244ad1e4e76a
children 85e117739eca
comparison
equal deleted inserted replaced
1563:e0045462a25c 1564:e731e62692a9
21 #pragma once 21 #pragma once
22 22
23 #include "IFlexiblePointerTracker.h" 23 #include "IFlexiblePointerTracker.h"
24 24
25 #include "../Viewport/IViewport.h" 25 #include "../Viewport/IViewport.h"
26
27 #include <Compatibility.h> // For ORTHANC_OVERRIDE
26 28
27 #include <boost/shared_ptr.hpp> 29 #include <boost/shared_ptr.hpp>
28 #include <boost/weak_ptr.hpp> 30 #include <boost/weak_ptr.hpp>
29 31
30 namespace OrthancStone 32 namespace OrthancStone