mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
(RPi) Fixed a compiler error.
This commit is contained in:
parent
445b914379
commit
bd1fa04e79
|
@ -15,8 +15,8 @@
|
||||||
#include "utils/StringUtil.h"
|
#include "utils/StringUtil.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <map>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <unordered_map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// Expand MAME names to full game names and lookup device and BIOS entries.
|
// Expand MAME names to full game names and lookup device and BIOS entries.
|
||||||
|
|
Loading…
Reference in a new issue