2015-05-19 04:24:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
// #ifndef ASSIMP_BUILD_SINGLETHREADED
|
2015-05-19 04:26:05 +00:00
|
|
|
// # include <boost/thread.hpp>
|
2015-05-19 04:24:07 +00:00
|
|
|
// #endif
|
|
|
|
|
|
|
|
// We need to be sure to have the same STL settings as Assimp
|
|
|
|
|
|
|
|
#include <assimp/cimport.h>
|
|
|
|
#include <gtest/gtest.h>
|
2016-07-04 20:15:23 +00:00
|
|
|
#include <memory>
|
2015-05-19 04:24:07 +00:00
|
|
|
#include <math.h>
|
|
|
|
|
|
|
|
#undef min
|
|
|
|
#undef max
|