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
|
2015-04-15 23:00:17 +00:00
|
|
|
|
2012-04-22 23:00:44 +00:00
|
|
|
#include <assimp/cimport.h>
|
2009-01-12 22:06:54 +00:00
|
|
|
|
2014-09-07 23:52:03 +00:00
|
|
|
#include <gtest/gtest.h>
|
2009-01-12 22:06:54 +00:00
|
|
|
|
|
|
|
#include <math.h>
|
|
|
|
|
|
|
|
#undef min
|
2014-09-07 23:52:03 +00:00
|
|
|
#undef max
|