Commit bfa171cd authored by Sergey Lyubka's avatar Sergey Lyubka

Squashed warning: added #include <direct.h> for windows getcwd()

parent 19c94ce2
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#include <direct.h> // For getcwd
#include <winsvc.h> #include <winsvc.h>
#include <shlobj.h> #include <shlobj.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment