Skip to content
Snippets Groups Projects
Commit 5ced20b1 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-476: chained_callback.h depends on lltut.h. #include it.

parent 962ccb4f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment