From 504d80681d1b3c0e68146b2ea1897ac62c8fea49 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Mon, 26 Jan 2015 15:12:53 +0100 Subject: [PATCH] Fix compile with newer Qt 5. That includes less headers implicitly, so we need to list them explictily ourselves. --- src/autotests/CharacterColorTest.h | 2 ++ src/autotests/ShellCommandTest.h | 2 ++ src/autotests/TerminalCharacterDecoderTest.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/autotests/CharacterColorTest.h b/src/autotests/CharacterColorTest.h index bc2d13e6..aa11d062 100644 --- a/src/autotests/CharacterColorTest.h +++ b/src/autotests/CharacterColorTest.h @@ -20,6 +20,8 @@ #ifndef CHARACTERCOLORTEST_H #define CHARACTERCOLORTEST_H +#include + #include "../CharacterColor.h" namespace Konsole diff --git a/src/autotests/ShellCommandTest.h b/src/autotests/ShellCommandTest.h index 22268159..678d2fa6 100644 --- a/src/autotests/ShellCommandTest.h +++ b/src/autotests/ShellCommandTest.h @@ -21,6 +21,8 @@ #ifndef SHELLCOMMANDTEST_H #define SHELLCOMMANDTEST_H +#include + #include "../ShellCommand.h" namespace Konsole diff --git a/src/autotests/TerminalCharacterDecoderTest.h b/src/autotests/TerminalCharacterDecoderTest.h index b760048c..6b0444e9 100644 --- a/src/autotests/TerminalCharacterDecoderTest.h +++ b/src/autotests/TerminalCharacterDecoderTest.h @@ -20,6 +20,8 @@ #ifndef TERMINALCHARACTERDECODERTEST_H #define TERMINALCHARACTERDECODERTEST_H +#include + #include "../TerminalCharacterDecoder.h" namespace Konsole