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/llimview.cpp | |
parent | 458430be918500e1c93961a2d959542b3987f6a6 (diff) |
Removed llnotifications.h from all headers by adding llnotificationsptr.h
Fixed many more includes
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index c066f1f77a..170c49c800 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -70,6 +70,7 @@ #include "lltoolbar.h" #include "llviewermessage.h" #include "llviewerwindow.h" +#include "llnotifications.h" #include "llnotify.h" #include "llviewerregion.h" #include "llvoicechannel.h" |