mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
2.7 has less automatic includes on Windows
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
34e9e2f288
commit
bfd7707ff4
@ -17,6 +17,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <unknwn.h>
|
||||
|
||||
enum State {
|
||||
State_Error = 0,
|
||||
State_OK, State_OKShared,
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
#include "OverlayConstants.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <objbase.h>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user