浏览代码

Update PbrtExporter.cpp

Kim Kulling 3 年之前
父节点
当前提交
4e22635406
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;