From 364326ddf649357c9113ed833a74c52a1de2b0f9 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 27 Apr 2020 23:08:41 +0200 Subject: [PATCH] Add missing includes in some header files See https://github.com/Martchus/syncthingtray/issues/64 --- connector/syncthingconnection.h | 1 + connector/syncthingconnectionsettings.h | 1 + connector/syncthingdev.h | 4 ++++ connector/syncthingdir.h | 3 +++ connector/syncthingprocess.h | 1 + 5 files changed, 10 insertions(+) diff --git a/connector/syncthingconnection.h b/connector/syncthingconnection.h index c9490c7..9b9d153 100644 --- a/connector/syncthingconnection.h +++ b/connector/syncthingconnection.h @@ -12,6 +12,7 @@ #include #include +#include #include #include #include diff --git a/connector/syncthingconnectionsettings.h b/connector/syncthingconnectionsettings.h index f975d78..2734fab 100644 --- a/connector/syncthingconnectionsettings.h +++ b/connector/syncthingconnectionsettings.h @@ -4,6 +4,7 @@ #include "./global.h" #include +#include #include #include diff --git a/connector/syncthingdev.h b/connector/syncthingdev.h index 3ba2284..53f7cfe 100644 --- a/connector/syncthingdev.h +++ b/connector/syncthingdev.h @@ -10,6 +10,10 @@ #include #include +#include +#include +#include + namespace Data { /// \brief The SyncthingDevStatus enum represents a Syncthing device status. diff --git a/connector/syncthingdir.h b/connector/syncthingdir.h index 7c7328f..3ca386e 100644 --- a/connector/syncthingdir.h +++ b/connector/syncthingdir.h @@ -11,6 +11,9 @@ #include #include +#include +#include + namespace Data { /// \brief The SyncthingDirStatus enum represents a Syncthing directory status. diff --git a/connector/syncthingprocess.h b/connector/syncthingprocess.h index 0360108..584c811 100644 --- a/connector/syncthingprocess.h +++ b/connector/syncthingprocess.h @@ -6,6 +6,7 @@ #include #include +#include #include namespace Data {