Prevent breaking source compatibility of TESTUTILS_ASSERT_EXEC

This commit is contained in:
Martchus 2018-10-21 21:21:01 +02:00
parent 6825e0367f
commit ca6663a6d5
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define TESTUTILS_H
#include "../application/argumentparser.h"
#include "../conversion/stringbuilder.h" // FIXME: remove in v5
#include "../conversion/types.h"
#include "../misc/traits.h"