diff 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
line wrap: on
line diff
--- a/Framework/Scene2DViewport/LayerHolder.h	Tue Jun 02 16:46:12 2020 +0200
+++ b/Framework/Scene2DViewport/LayerHolder.h	Sat Jun 06 10:52:17 2020 +0200
@@ -22,9 +22,9 @@
 
 #include "PredeclaredTypes.h"
 
-#include "boost/noncopyable.hpp"
-#include "boost/weak_ptr.hpp"
-#include "boost/shared_ptr.hpp"
+#include <boost/noncopyable.hpp>
+#include <boost/weak_ptr.hpp>
+#include <boost/shared_ptr.hpp>
 
 namespace OrthancStone
 {