summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-01 22:22:39 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-01 22:22:39 -0500
commitd94f61b5d52d3372c006aad67ccd133926666f18 (patch)
tree2b2df83684a183d56bdc50a095d98d91d0941979 /base.h
parent12bb6e2cd377d3dfa2f7ec037c31463c3f9070d1 (diff)
crash handler for windows
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