2009-01-12 22:06:54 +00:00
|
|
|
|
|
|
|
|
2009-01-19 19:34:34 +00:00
|
|
|
// #ifndef ASSIMP_BUILD_SINGLETHREADED
|
|
|
|
// # include <boost/thread.hpp>
|
|
|
|
// #endif
|
2009-01-12 22:06:54 +00:00
|
|
|
|
2009-01-21 21:33:56 +00:00
|
|
|
// We need to be sure to have the same STL settings as Assimp
|
|
|
|
#include <AssimpPCH.h>
|
2009-05-28 11:32:54 +00:00
|
|
|
#include "assimp.h"
|
2009-01-12 22:06:54 +00:00
|
|
|
|
|
|
|
// CPPUNIT
|
|
|
|
#include <cppunit/TestFixture.h>
|
|
|
|
#include <cppunit/extensions/HelperMacros.h>
|
|
|
|
|
|
|
|
#include <math.h>
|
|
|
|
|
|
|
|
#undef min
|
|
|
|
#undef max
|