diff options
author | Richard Linden <none@none> | 2013-05-13 13:44:31 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-05-13 13:44:31 -0700 |
commit | c9595b00188f8a6ebcd55418768a99c2942bb75e (patch) | |
tree | 3992d2436db26d1e0c45651ee550878214a2439d /indra/llui | |
parent | 35f1fcc399f07571fc6b7d7af00e7d4e1e07418d (diff) |
BUILDFIX: potential fix for linux build
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llnotificationsutil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotificationsutil.cpp b/indra/llui/llnotificationsutil.cpp index cc791c26d1..7b9676f45b 100644 --- a/indra/llui/llnotificationsutil.cpp +++ b/indra/llui/llnotificationsutil.cpp @@ -27,6 +27,7 @@ #include "llnotificationsutil.h" #include "llnotifications.h" +#include "llnotificationslistener.h" #include "llsd.h" #include "llxmlnode.h" // apparently needed to call LLNotifications::instance() |