git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@13 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2009-08-30 22:32:53 +00:00
parent 2502fd8cbf
commit 9be6106311

View file

@ -10,11 +10,11 @@
#include <boost/function.hpp>
#include <boost/bind.hpp>
#ifdef _MSC_VER
#pragma warning( push, 0 )
# pragma warning( push, 0 )
#endif
#include <boost/lambda/lambda.hpp>
#ifdef _MSC_VER
#pragma warning( pop )
# pragma warning( pop )
#endif
#include <boost/test/auto_unit_test.hpp>