summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.