diff options
author | 2021-02-06 09:30:07 +0100 | |
---|---|---|
committer | 2021-02-06 09:30:07 +0100 | |
commit | afb2d81f837d4d28e68cbc7f20721b9c79ec5d6f (patch) | |
tree | 2a8461cd478fa5d448108a61b0ebbbc85b6672d0 /games-emulation/sdlmame/files/sdlmame-0.174-string.patch | |
parent | app-accessibility/gespeaker: remove until a python3 version is ready (diff) | |
download | mv-afb2d81f837d4d28e68cbc7f20721b9c79ec5d6f.tar.gz mv-afb2d81f837d4d28e68cbc7f20721b9c79ec5d6f.tar.bz2 mv-afb2d81f837d4d28e68cbc7f20721b9c79ec5d6f.zip |
games-emulation/sdlmame: attempt some fixes. Still fails here...
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'games-emulation/sdlmame/files/sdlmame-0.174-string.patch')
-rw-r--r-- | games-emulation/sdlmame/files/sdlmame-0.174-string.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-emulation/sdlmame/files/sdlmame-0.174-string.patch b/games-emulation/sdlmame/files/sdlmame-0.174-string.patch new file mode 100644 index 00000000..85077265 --- /dev/null +++ b/games-emulation/sdlmame/files/sdlmame-0.174-string.patch @@ -0,0 +1,10 @@ +--- 1/src/osd/modules/render/bgfx/effect.h ++++ 1/src/osd/modules/render/bgfx/effect.h +@@ -15,6 +15,7 @@ +
+ #include <vector>
+ #include <map>
++#include <string>
+
+ class bgfx_uniform;
+
|