Fix libretro Windows build

1103acd added a reference to std::vector without adding the include
This commit is contained in:
Aaron Kling 2018-10-30 17:57:54 -05:00
parent d66f1b0372
commit d9198ff039

View File

@ -7,6 +7,7 @@
#endif
#include <cstdint>
#include <vector>
#include "OSVersion.h"
#include "Common/CommonWindows.h"