Sfoglia il codice sorgente

Update PbrtExporter.cpp

Kim Kulling 3 anni fa
parent
commit
4e22635406
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;