aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-04-07 11:41:55 +0100
committergingerBill <bill@gingerbill.org>2020-04-07 11:41:55 +0100
commit7ff690500ac74b916da4df6a6eb62c4dac8ced2b (patch)
tree3e96446d72315af6721766a0de5288f7883eefba /src/common.cpp
parentd0b913dad1325bde1bdb3df32c20cca273cb1c0a (diff)
Fix psapi.h to be windows only
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 78782704c..498b35401 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -11,6 +11,7 @@
#define NOMINMAX 1
#include <windows.h>
#undef NOMINMAX
+#include <psapi.h>
#endif
#define GB_WINDOWS_H_INCLUDED