Browse Source

fix the include

Kim Kulling 4 years ago
parent
commit
a716f741d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Common/Assimp.cpp

+ 1 - 1
code/Common/Assimp.cpp

@@ -1277,7 +1277,7 @@ ASSIMP_API void aiQuaternionInterpolate(
 #   endif
 
 #   define STB_IMAGE_IMPLEMENTATION
-#   include "../contrib/stb_image/stb_image.h"
+#   include "stb_image/stb_image.h"
 
 #   if _MSC_VER
 #       pragma warning(pop)