diff options
author | Anchor <none@none> | 2019-06-06 02:49:19 -0700 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:40:45 -0400 |
commit | 690909716bfb2e2cae3bf9c18f6ec37d3ece086e (patch) | |
tree | e72ff4dd21f8ee24b103b1e67f5cea80c00922fc /indra | |
parent | 16453005bb8373d7228262bf79c5882f311380e9 (diff) |
[DRTVWR-476] - fix compiler error
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerprecompiledheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerprecompiledheaders.h b/indra/newview/llviewerprecompiledheaders.h index 999d9092bd..bbbacce8fa 100644 --- a/indra/newview/llviewerprecompiledheaders.h +++ b/indra/newview/llviewerprecompiledheaders.h @@ -29,6 +29,8 @@ #ifndef LL_LLVIEWERPRECOMPILEDHEADERS_H #define LL_LLVIEWERPRECOMPILEDHEADERS_H +#include "llwin32headers.h" + // This file MUST be the first one included by each .cpp file // in viewer. // It is used to precompile headers for improved build speed. |