Files
assimp/test/unit/UnitTestPCH.h
2015-04-16 01:00:17 +02:00

17 lines
259 B
C

// #ifndef ASSIMP_BUILD_SINGLETHREADED
// # include <boost/thread.hpp>
// #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