2.7 has less automatic includes on Windows

This commit is contained in:
Hannah von Reth 2020-03-13 16:30:58 +01:00
parent 4d690710d2
commit ecb7347d33
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -16,6 +16,7 @@
#include "OverlayConstants.h"
#include <windows.h>
#include <objbase.h>
#include <iostream>
#include <fstream>