Browse Source

Update winStackWalker.h

Adam Beer 10 years ago
parent
commit
1631f76a47
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Engine/source/platformWin32/minidump/winStackWalker.h

+ 3 - 1
Engine/source/platformWin32/minidump/winStackWalker.h

@@ -28,6 +28,8 @@
 #include <windows.h>
 #include <windows.h>
 #include <dbghelp.h>
 #include <dbghelp.h>
 
 
+#include "platform/types.h"
+
 class StackWalker
 class StackWalker
 {
 {
 public:
 public:
@@ -99,4 +101,4 @@ private:
 void dGetStackTrace(char * traceBuffer, CONTEXT const & ContextRecord);
 void dGetStackTrace(char * traceBuffer, CONTEXT const & ContextRecord);
 
 
 #endif
 #endif
-#endif
+#endif