Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / gil / extension / io / targa / detail / read.hpp
index cf30a3a..127b115 100644 (file)
@@ -21,6 +21,7 @@
 #include <boost/gil/io/row_buffer_helper.hpp>
 #include <boost/gil/io/typedefs.hpp>
 
+#include <type_traits>
 #include <vector>
 
 namespace boost { namespace gil {
@@ -82,7 +83,7 @@ public:
     template< typename View >
     void apply( const View& dst_view )
     {
-        using is_read_and_convert_t = typename is_same
+        using is_read_and_convert_t = typename std::is_same
             <
                 ConversionPolicy,
                 detail::read_and_no_convert