commit 06cc3cb5
Added windows include
Changed files
| M | src/saland.cpp before |
diff --git a/src/saland.cpp b/src/saland.cpp
index 8634241..c4d8304 100644
--- a/src/saland.cpp
+++ b/src/saland.cpp
@@ -20,6 +20,11 @@
#include "sago/SagoMisc.hpp"
#include "sago/platform_folders.h"
+#if defined(_WIN32)
+#include <windows.h>
+#include <shlobj.h>
+#endif
+
#ifndef VERSIONNUMBER
#define VERSIONNUMBER "0.1.0"
#endif