diff options
author | James Cook <james@lindenlab.com> | 2009-11-24 22:55:56 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-24 22:55:56 -0800 |
commit | 0e351bedb6ec15ecb4da6073c8db4edc34ccc0ba (patch) | |
tree | 4f5a617ab3a0ec30772e261248baff34dd56c1b0 /indra/newview/llfloaterland.cpp | |
parent | 458430be918500e1c93961a2d959542b3987f6a6 (diff) |
Removed llnotifications.h from all headers by adding llnotificationsptr.h
Fixed many more includes
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index d855ab1dfa..040a72ea7b 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -39,6 +39,7 @@ #include "llcachename.h" #include "llfocusmgr.h" +#include "llnotifications.h" #include "llparcel.h" #include "message.h" #include "lluserauth.h" |