Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / gil / extension / io / jpeg / detail / read.hpp
index 6039cc7..c9d7d26 100644 (file)
@@ -20,6 +20,7 @@
 #include <boost/gil/io/typedefs.hpp>
 
 #include <csetjmp>
+#include <type_traits>
 #include <vector>
 
 namespace boost { namespace gil {
@@ -99,7 +100,7 @@ public:
 
         this->get()->dct_method = this->_settings._dct_method;
 
-        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