Add missing include of boost/config.hpp.

This commit is contained in:
Peter Dimov
2015-06-07 19:19:55 +03:00
parent ad1ddddaf4
commit 2b957cfd55

View File

@ -9,6 +9,7 @@
// http://www.boost.org/LICENSE_1_0.txt
//
#include <boost/config.hpp>
#include <boost/type_traits/decay.hpp>
#include <boost/utility/declval.hpp>