浏览代码

Added include of qnan.h (now that AssimpPCH.h include was taken out)

David Jordan 10 年之前
父节点
当前提交
f00101f496
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      code/PlyExporter.cpp

+ 2 - 1
code/PlyExporter.cpp

@@ -48,7 +48,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "../include/assimp/scene.h"
 #include "../include/assimp/version.h"
 #include "../include/assimp/IOSystem.hpp"
-#include "../include/assimp/Exporter.hpp"
+#include "../include/assimp/Exporter.hpp"
+#include "qnan.h"
 
 
 using namespace Assimp;