Add a missing header

Apparently MSVC adds this by default or something
This commit is contained in:
krzys-h 2019-01-10 17:22:29 +01:00
parent 0cff7eefa7
commit 98c19ac0f5

View File

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