Skip to content
Snippets Groups Projects
Commit c0d52a2b authored by Stéphane Albert's avatar Stéphane Albert
Browse files

COMP: Replaced tr1/type_traits by boost/type_traits/is_floating_point (OSX compatibility)

parent 1d9b59a0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
//
// System includes (sorted by alphabetic order)
#include <tr1/type_traits>
#include <boost/type_traits/is_floating_point.hpp>
//
// ITK includes (sorted by alphabetic order)
......
......@@ -5,6 +5,7 @@ set(DOCUMENTATION
otb_module( OTBMonteverdiCore
ENABLE_SHARED
DEPENDS
OTBBoost
OTBCarto
OTBCommon
OTBImageBase
......
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