diff options
-rw-r--r-- | src/Exceptions.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Exceptions.cc b/src/Exceptions.cc index 09d9d8e..a9df9e6 100644 --- a/src/Exceptions.cc +++ b/src/Exceptions.cc @@ -5,6 +5,7 @@ #ifdef _WIN32 #include <windows.h> +#include <dbghelp.h> void Balau::GeneralException::genTrace() { // taken from http://stackoverflow.com/questions/5693192/win32-backtrace-from-c-code |