diff --git a/src/core/core.cpp b/src/core/core.cpp index 24f984294..194455677 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -32,6 +32,7 @@ #include #include +#include const QString Core::CONFIG_FILE_NAME = "data"; const QString Core::TOX_EXT = ".tox"; diff --git a/src/ipc.cpp b/src/ipc.cpp index 4dbed2fd0..51a955f5d 100644 --- a/src/ipc.cpp +++ b/src/ipc.cpp @@ -24,6 +24,7 @@ #include #include #include +#include /** * @var time_t IPC::lastEvent diff --git a/src/main.cpp b/src/main.cpp index ff4845489..20f83c521 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,6 +40,7 @@ #include #include +#include #if defined(Q_OS_OSX) #include "platform/install_osx.h" diff --git a/test/chatlog/textformatter_test.cpp b/test/chatlog/textformatter_test.cpp index 181590099..8fcb5a8b3 100644 --- a/test/chatlog/textformatter_test.cpp +++ b/test/chatlog/textformatter_test.cpp @@ -27,6 +27,7 @@ #include #include +#include using StringToString = QMap; diff --git a/test/core/toxid_test.cpp b/test/core/toxid_test.cpp index 763919fed..86347e2a3 100644 --- a/test/core/toxid_test.cpp +++ b/test/core/toxid_test.cpp @@ -23,6 +23,7 @@ #include #include +#include const QString corrupted = QStringLiteral("C7719C6808C14B77348004956D1D98046CE09A34370E7608150EAD74C3815D30C8BA3AB9BEBA");