diff options
author | Anchor <none@none> | 2019-04-30 16:53:21 -0600 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:39:20 -0400 |
commit | 1ea42d88f77867228c69ed15c7a38a96b3a03911 (patch) | |
tree | 52e8c56cd47ce0555ab6475d533f69981078fe91 /indra/viewer_components | |
parent | 243b1115654346778fc6bb9b8ce5275033347a56 (diff) |
[DRTVWR-476] - compile error fix
Diffstat (limited to 'indra/viewer_components')
-rw-r--r-- | indra/viewer_components/login/lllogin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/viewer_components/login/lllogin.cpp b/indra/viewer_components/login/lllogin.cpp index 9193d32b49..1a06459318 100644 --- a/indra/viewer_components/login/lllogin.cpp +++ b/indra/viewer_components/login/lllogin.cpp @@ -23,6 +23,7 @@ * $/LicenseInfo$ */ +#include "llwin32headers.h" #include "linden_common.h" #include "llsd.h" #include "llsdutil.h" |