diff --git a/autotests/setupenv.h b/autotests/setupenv.h index 4716bbd..abd6a01 100644 --- a/autotests/setupenv.h +++ b/autotests/setupenv.h @@ -1,27 +1,27 @@ // SPDX-FileCopyrightText: 2010 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com // SPDX-FileCopyrightText: 2010 Leo Franchi // SPDX-License-Identifier: LGPL-2.0-or-later #ifndef MESSAGECORE_TESTS_UTIL_H #define MESSAGECORE_TESTS_UTIL_H -#include -#include +#include "bodypartformatter.h" +#include "bodypartformatterbasefactory.h" namespace MimeTreeParser { namespace Test { /** * setup a environment variables for tests: * * set LC_ALL to en_US.UTF-8 */ void setupEnv(); } } #endif