diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-06-30 15:27:09 -0700 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-06-30 15:27:09 -0700 |
commit | f78ef036eb429a5ac4f0ebb20aad61470a9e0698 (patch) | |
tree | 2080a559e2bfcd8b6b641380bd37ed4d8e188225 | |
parent | 4e6580bf52c0d1bac7584bbce205fda35c811e4a (diff) |
Add header that seems to be needed for teamcity builds.
-rw-r--r-- | indra/newview/llwindebug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwindebug.h b/indra/newview/llwindebug.h index 809d1b8cc3..c06151583a 100644 --- a/indra/newview/llwindebug.h +++ b/indra/newview/llwindebug.h @@ -33,6 +33,7 @@ #ifndef LL_LLWINDEBUG_H #define LL_LLWINDEBUG_H +#include <windows.h> #include "stdtypes.h" #include <dbghelp.h> |