mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean-up
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@13 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
2502fd8cbf
commit
9be6106311
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue