From c482c001ae1646a47450644b4fa9227033ed912a Mon Sep 17 00:00:00 2001 From: zeromus Date: Tue, 16 Jun 2009 05:38:08 +0000 Subject: [PATCH] win32: fix a compile error in nosse; add a comment to the defaultconfig about gdb stub --- src/matrix.h | 2 ++ src/windows/defaultconfig/userconfig.h | 1 + 2 files changed, 3 insertions(+) diff --git a/src/matrix.h b/src/matrix.h index 10407d350..a0687691f 100644 --- a/src/matrix.h +++ b/src/matrix.h @@ -21,6 +21,8 @@ #ifndef MATRIX_H #define MATRIX_H +#include + #include "types.h" extern "C" { diff --git a/src/windows/defaultconfig/userconfig.h b/src/windows/defaultconfig/userconfig.h index 9ff3d33c9..be8adbedc 100644 --- a/src/windows/defaultconfig/userconfig.h +++ b/src/windows/defaultconfig/userconfig.h @@ -7,6 +7,7 @@ //#define NOSSE2 //disables SSE2 optimizations (better change it in the vc++ codegen options too) //#define DEVELOPER //enables dev+ features +//#define GDB_STUB //enables the gdb stub. for some reason this is separate from dev+ for now #endif //_USERCONFIG_H