is_complex.hpp: include boost/config.hpp first so we get compiler specific workarounds prior to including std lib headers.

This commit is contained in:
jzmaddock
2017-09-07 18:09:53 +01:00
parent 06d07e3d11
commit b23f18cac2

View File

@ -8,6 +8,7 @@
#ifndef BOOST_TT_IS_COMPLEX_HPP
#define BOOST_TT_IS_COMPLEX_HPP
#include <boost/config.hpp>
#include <complex>
#include <boost/type_traits/integral_constant.hpp>