summaryrefslogtreecommitdiff
path: root/indra/llcommon/lleventfilter.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2019-10-22 16:16:45 -0400
committerNat Goodspeed <nat@lindenlab.com>2020-03-25 19:00:10 -0400
commit5ec81cf0f79a9627478f5f06e036299d101a2256 (patch)
tree86af261b86c689ae992cd1b7c6267fd3270df804 /indra/llcommon/lleventfilter.cpp
parentaaae44788ddd286a1fa5ba71bc8a32e20e93dd30 (diff)
DRTVWR-476: Defer #include "lleventtimer.h" until lleventfilter.cpp.
Diffstat (limited to 'indra/llcommon/lleventfilter.cpp')
-rw-r--r--indra/llcommon/lleventfilter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lleventfilter.cpp b/indra/llcommon/lleventfilter.cpp
index ae35fb9c8e..4cded7f88e 100644
--- a/indra/llcommon/lleventfilter.cpp
+++ b/indra/llcommon/lleventfilter.cpp
@@ -38,6 +38,7 @@
#include "llerror.h" // LL_ERRS
#include "llsdutil.h" // llsd_matches()
#include "stringize.h"
+#include "lleventtimer.h"
#include "lldate.h"
/*****************************************************************************