Browse Source

Update PbrtExporter.cpp

Kim Kulling 3 years ago
parent
commit
4e22635406
1 changed files with 2 additions and 0 deletions
  1. 2 0
      code/Pbrt/PbrtExporter.cpp

+ 2 - 0
code/Pbrt/PbrtExporter.cpp

@@ -83,7 +83,9 @@ Other:
 #include <sstream>
 #include <string>
 
+#if ASSIMP_NEEDS_STB_IMAGE
 #include "Common/StbCommon.h"
+#endif
 
 using namespace Assimp;