UnitTestPCH.h 262 B

123456789101112131415
  1. // #ifndef ASSIMP_BUILD_SINGLETHREADED
  2. // # include <boost/thread.hpp>
  3. // #endif
  4. // We need to be sure to have the same STL settings as Assimp
  5. #include <assimp/cimport.h>
  6. #include <gtest/gtest.h>
  7. #include <memory>
  8. #include <math.h>
  9. #undef min
  10. #undef max