summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'base.h')
-rw-r--r--base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.h b/base.h
index 8994daf..4cbb1dc 100644
--- a/base.h
+++ b/base.h
@@ -12,6 +12,7 @@
#if _WIN32
#include <windows.h>
#include <shlobj.h>
+#include <dbghelp.h>
#define PATH_SEPARATOR '\\'
#define PATH_SEPARATOR_STR "\\"
// on windows, let the user use forwards slashes as well as backslashes