summaryrefslogtreecommitdiff
path: root/indra/llcommon/lualistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/lualistener.h')
-rw-r--r--indra/llcommon/lualistener.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lualistener.h b/indra/llcommon/lualistener.h
index c13b7bbd5f..40ccfba8fe 100644
--- a/indra/llcommon/lualistener.h
+++ b/indra/llcommon/lualistener.h
@@ -12,6 +12,7 @@
#if ! defined(LL_LUALISTENER_H)
#define LL_LUALISTENER_H
+#include "llevents.h"
#include "llinstancetracker.h"
#include "llsd.h"
#include "llthreadsafequeue.h"
@@ -73,6 +74,7 @@ private:
LLThreadSafeQueue<PumpData> mQueue;
std::unique_ptr<LLLeapListener> mListener;
+ LLTempBoundListener mShutdownConnection;
};
#endif /* ! defined(LL_LUALISTENER_H) */