mirror of
https://github.com/holub/mame
synced 2025-05-31 18:11:50 +03:00
Fixed a few missing #includes flagged by VS2019 beta, nw
This commit is contained in:
parent
269b913ec3
commit
94fbe66092
@ -18,6 +18,7 @@
|
||||
|
||||
#include <chrono>
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
namespace util {
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
class bgfx_uniform;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user