From b5e70e11c461b3afa3218ec104beea50b06c6046 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Fri, 12 Apr 2013 20:55:54 +0200 Subject: [PATCH] Compile fix for libcwd --- indra/llmath/llmatrix3a.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llmath/llmatrix3a.cpp b/indra/llmath/llmatrix3a.cpp index ab077abcb..ad008e9d3 100644 --- a/indra/llmath/llmatrix3a.cpp +++ b/indra/llmath/llmatrix3a.cpp @@ -24,6 +24,7 @@ * $/LicenseInfo$ */ +#include "sys.h" #include "llmath.h" static LL_ALIGN_16(const F32 M_IDENT_3A[12]) =