diff --git a/include/igl/path_to_executable.cpp b/include/igl/path_to_executable.cpp index bb98458e9..fb42a79ba 100644 --- a/include/igl/path_to_executable.cpp +++ b/include/igl/path_to_executable.cpp @@ -11,9 +11,11 @@ #endif #if defined(_WIN32) # include +#else + #include #endif #include -#include + IGL_INLINE std::string igl::path_to_executable() { // http://pastebin.com/ffzzxPzi