From: Hannah von Reth Date: Mon, 17 Aug 2020 19:28:18 +0000 (+0200) Subject: 2.7 has less automatic includes on Windows X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~216^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bfd7707ff4711cb2d84ec2e4a9fa9a4fded17f02;p=nextcloud-desktop.git 2.7 has less automatic includes on Windows Signed-off-by: Michael Schuster --- diff --git a/shell_integration/windows/OCOverlays/OCOverlayFactory.h b/shell_integration/windows/OCOverlays/OCOverlayFactory.h index 364baa2c7..5ce881d24 100644 --- a/shell_integration/windows/OCOverlays/OCOverlayFactory.h +++ b/shell_integration/windows/OCOverlays/OCOverlayFactory.h @@ -17,6 +17,8 @@ #pragma once +#include + enum State { State_Error = 0, State_OK, State_OKShared, diff --git a/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp b/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp index 1b7452a43..ffb2d4507 100644 --- a/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp +++ b/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp @@ -16,6 +16,7 @@ #include "OverlayConstants.h" #include +#include #include #include