소스 검색

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