From 657f8e45faf77b4c53b0d178b83cf2071744ee90 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Wed, 27 May 2009 21:16:21 +0000
Subject: [PATCH] Fix minor Mac build breakage (missing #include)

---
 indra/llcommon/lluuid.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llcommon/lluuid.h b/indra/llcommon/lluuid.h
index 68e403fd4f2..c78fb120180 100644
--- a/indra/llcommon/lluuid.h
+++ b/indra/llcommon/lluuid.h
@@ -35,6 +35,7 @@
 #include <iostream>
 #include <set>
 #include "stdtypes.h"
+#include "llpreprocessor.h"
 
 const S32 UUID_BYTES = 16;
 const S32 UUID_WORDS = 4;
-- 
GitLab