comparison Framework/Scene2DViewport/LayerHolder.h @ 1453:2a11bbf7f6b0

trying to fix ubuntu 16.04 build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 06 Jun 2020 10:52:17 +0200
parents ab81ee8fce1f
children
comparison
equal deleted inserted replaced
1451:1df1c126fb36 1453:2a11bbf7f6b0
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "PredeclaredTypes.h" 23 #include "PredeclaredTypes.h"
24 24
25 #include "boost/noncopyable.hpp" 25 #include <boost/noncopyable.hpp>
26 #include "boost/weak_ptr.hpp" 26 #include <boost/weak_ptr.hpp>
27 #include "boost/shared_ptr.hpp" 27 #include <boost/shared_ptr.hpp>
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 class PolylineSceneLayer; 31 class PolylineSceneLayer;
32 class TextSceneLayer; 32 class TextSceneLayer;