From f836c7a546e6a2fbd20e480cb6a0e97c006e83af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 18 Feb 2021 18:50:30 +0100 Subject: [PATCH] Fix compile error --- test/testutils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testutils.h b/test/testutils.h index 14cf3071d..4b5b3cd5e 100644 --- a/test/testutils.h +++ b/test/testutils.h @@ -19,6 +19,7 @@ #ifndef TestUtilsH #define TestUtilsH +#include "errorlogger.h" #include "settings.h" #include "tokenize.h"