diff options
author | Anchor <none@none> | 2019-04-30 16:30:36 -0600 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:39:20 -0400 |
commit | 243b1115654346778fc6bb9b8ce5275033347a56 (patch) | |
tree | 63ab1e602af7cb0ed64f9f0d746f3ad66e9340a8 /indra | |
parent | fc09af763c96d0bf13d721e1f74b8535379df766 (diff) |
[DRTVWR-476] - compile error fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llcoros.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llcoros.cpp b/indra/llcommon/llcoros.cpp index 939c70b7ea..37bcfc3242 100644 --- a/indra/llcommon/llcoros.cpp +++ b/indra/llcommon/llcoros.cpp @@ -26,6 +26,8 @@ * $/LicenseInfo$ */ +#include "llwin32headers.h" + // Precompiled header #include "linden_common.h" // associated header |