From 50693a26b73bd2ad0c3d3a0854c855a6686c1344 Mon Sep 17 00:00:00 2001 From: Nicolas 'Pixel' Noble Date: Sun, 20 Jan 2013 00:08:41 -0800 Subject: The trace functions for windows are actually in dbghelp.h - note that this will really only work when mingw64 uses gcc-4.7... --- src/Exceptions.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 +#include void Balau::GeneralException::genTrace() { // taken from http://stackoverflow.com/questions/5693192/win32-backtrace-from-c-code -- cgit v1.2.3