summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-05-27 21:16:21 +0000
committerNat Goodspeed <nat@lindenlab.com>2009-05-27 21:16:21 +0000
commit657f8e45faf77b4c53b0d178b83cf2071744ee90 (patch)
tree5c51bf57cf4b925aa0c6379c348d62534ed1f842
parent46e7bd31cd6a16ebce71007200bc5776caf12168 (diff)
Fix minor Mac build breakage (missing #include)
-rw-r--r--indra/llcommon/lluuid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lluuid.h b/indra/llcommon/lluuid.h
index 68e403fd4f..c78fb12018 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;