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

This commit is contained in:
Sergey Lyubka 2013-09-17 16:14:50 +01:00
parent 19c94ce218
commit bfa171cd97

View File

@ -39,6 +39,7 @@
#ifdef _WIN32
#include <windows.h>
#include <direct.h> // For getcwd
#include <winsvc.h>
#include <shlobj.h>