assimp/test/unit/UnitTestPCH.h

17 lines
246 B
C
Raw Normal View History

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>
#include <math.h>
#undef min
#undef max