Add a missing header
Apparently MSVC adds this by default or something
This commit is contained in:
parent
0cff7eefa7
commit
98c19ac0f5
|
@ -46,6 +46,11 @@
|
|||
|
||||
#ifndef HAVE_MAIN
|
||||
#include "../retroarch.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX) && !defined(__WINRT__)
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue