diff options
Diffstat (limited to 'indra/newview/llparcelselection.h')
-rw-r--r-- | indra/newview/llparcelselection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llparcelselection.h b/indra/newview/llparcelselection.h index 5f26fafc33..0481bea6f7 100644 --- a/indra/newview/llparcelselection.h +++ b/indra/newview/llparcelselection.h @@ -33,7 +33,8 @@ #ifndef LLPARCELSELECTION_H #define LLPARCELSELECTION_H -#include "llmemory.h" +#include "llrefcount.h" +#include "llsafehandle.h" class LLParcel; |