Browse Source

wrong header

Alec Jacobson 2 years ago
parent
commit
0b9030b1ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/path_to_executable.cpp

+ 1 - 1
include/igl/path_to_executable.cpp

@@ -14,7 +14,7 @@
 #else
   #include <unistd.h>
 #endif
-#include <stdint.h>
+#include <cstdint>
 
 IGL_INLINE std::string igl::path_to_executable()
 {