summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2020-04-02 14:51:48 -0400
committerNat Goodspeed <nat@lindenlab.com>2020-04-03 10:48:03 -0400
commit5ced20b1a9b76f361e92088d1464615fba1b1697 (patch)
tree8d36e0fda0f37cb2ba53134fb5536e5c1f678803
parent962ccb4f01f220850fea35e32c3d92a718d35631 (diff)
DRTVWR-476: chained_callback.h depends on lltut.h. #include it.
-rw-r--r--indra/test/chained_callback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/test/chained_callback.h b/indra/test/chained_callback.h
index 41a7f7c9fa..05929e33ad 100644
--- a/indra/test/chained_callback.h
+++ b/indra/test/chained_callback.h
@@ -12,6 +12,8 @@
#if ! defined(LL_CHAINED_CALLBACK_H)
#define LL_CHAINED_CALLBACK_H
+#include "lltut.h"
+
/**
* Derive your TUT callback from chained_callback instead of tut::callback to
* ensure that multiple such callbacks can coexist in a given test executable.