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
This commit is contained in:
parent
4d690710d2
commit
ecb7347d33
@ -12,11 +12,10 @@
|
||||
* details.
|
||||
*/
|
||||
|
||||
#ifndef OCOVERLAYFACTORY_H
|
||||
#define OCOVERLAYFACTORY_H
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <unknwn.h>
|
||||
|
||||
enum State {
|
||||
State_Error = 0,
|
||||
State_OK, State_OKShared,
|
||||
@ -43,4 +42,3 @@ private:
|
||||
int _state;
|
||||
};
|
||||
|
||||
#endif
|
||||
@ -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