2.7 has less automatic includes on Windows
authorHannah von Reth <hannah.vonreth@owncloud.com>
Mon, 17 Aug 2020 19:28:18 +0000 (21:28 +0200)
committerMichael Schuster <michael@schuster.ms>
Thu, 20 Aug 2020 16:50:05 +0000 (18:50 +0200)
Signed-off-by: Michael Schuster <michael@schuster.ms>
shell_integration/windows/OCOverlays/OCOverlayFactory.h
shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp

index 364baa2c7cbea1843fa1478862db3984669581ec..5ce881d24c40481e1354d0918e085ada7f8edacc 100644 (file)
@@ -17,6 +17,8 @@
 
 #pragma once
 
+#include <unknwn.h>
+
 enum State {
     State_Error = 0,
     State_OK, State_OKShared,
index 1b7452a43e2714a3ac205848b7fdf5408fb7a23d..ffb2d4507d20ef8218b62d982fff32942d67acfd 100644 (file)
@@ -16,6 +16,7 @@
 #include "OverlayConstants.h"
 
 #include <windows.h>
+#include <objbase.h>
 #include <iostream>
 #include <fstream>