Added needed include for standalone usage

[SVN r13242]
This commit is contained in:
John Maddock
2002-03-22 11:25:32 +00:00
parent be17f6c2a9
commit 0b4cea1a65

View File

@ -13,6 +13,7 @@
#include <typeinfo>
#include <boost/config.hpp>
#include <boost/utility.hpp>
#include <boost/type_traits/alignment_traits.hpp>
//
// define tests here
unsigned failures = 0;