missing workaround.hpp include added

[SVN r45040]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2008-05-02 19:44:56 +00:00
parent 18a6c1add8
commit 440fcb7ba0

View File

@@ -28,6 +28,7 @@
#include <boost/detail/bad_weak_ptr.hpp>
#include <boost/detail/sp_counted_base.hpp>
#include <boost/detail/sp_counted_impl.hpp>
#include <boost/detail/workaround.hpp>
// In order to avoid circular dependencies with Boost.TR1
// we make sure that our include of <memory> doesn't try to
// pull in the TR1 headers: that's why we use this header