1
0
forked from boostorg/mpl

fixed missing header dependency

[SVN r64144]
This commit is contained in:
Daniel Walker
2010-07-18 23:59:27 +00:00
parent ff2df79e35
commit 45d0bcadc2

View File

@@ -17,6 +17,7 @@
// $Revision$
#include <boost/mpl/bool.hpp>
#include <boost/mpl/aux_/na_spec.hpp>
#include <boost/mpl/aux_/type_wrapper.hpp>
#include <boost/mpl/aux_/yes_no.hpp>
#include <boost/mpl/aux_/config/gcc.hpp>