From ca6663a6d5e5589350cfbc9e521154da1f605d32 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 21 Oct 2018 21:21:01 +0200 Subject: [PATCH] Prevent breaking source compatibility of TESTUTILS_ASSERT_EXEC --- tests/testutils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testutils.h b/tests/testutils.h index 90fdc7d..ccd31b3 100644 --- a/tests/testutils.h +++ b/tests/testutils.h @@ -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"