Skip to content
Snippets Groups Projects
Commit 99dc207d authored by Luc Hermitte's avatar Luc Hermitte
Browse files

COM: OTB-134/OGR -> boost::move and portability

parent 08566e99
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
/*===============================[ Includes ]================================*/
/*===========================================================================*/
#include <cassert>
#include <boost/version.hpp>
#if BOOST_VERSION >= 104800
# include <boost/move/move.hpp> // since 1.48
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment