From 243b1115654346778fc6bb9b8ce5275033347a56 Mon Sep 17 00:00:00 2001 From: Anchor Date: Tue, 30 Apr 2019 16:30:36 -0600 Subject: [DRTVWR-476] - compile error fix --- indra/llcommon/llcoros.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3