2.7 has less automatic includes on Windows

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Hannah von Reth 2020-08-17 21:28:18 +02:00 committed by Michael Schuster
parent 34e9e2f288
commit bfd7707ff4
No known key found for this signature in database
GPG Key ID: 00819E3BF4177B28
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#pragma once
#include <unknwn.h>
enum State {
State_Error = 0,
State_OK, State_OKShared,

View File

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