浏览代码

Update fast_atof.h

Fix include brackets.
Kim Kulling 9 年之前
父节点
当前提交
81773b4e4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/fast_atof.h

+ 1 - 1
code/fast_atof.h

@@ -26,7 +26,7 @@
 #ifdef _MSC_VER
 #  include <stdint.h>
 #else
-#include <assimp/Compiler/pstdint.h"
+#  include <assimp/Compiler/pstdint.h>
 #endif
 
 namespace Assimp