Browse Source

Update fast_atof.h

Fix include brackets.
Kim Kulling 9 năm trước cách đây
mục cha
commit
81773b4e4e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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