mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers. (#13249)
This commit is contained in:
parent
136581dd90
commit
32d45e173b
@ -15,6 +15,7 @@
|
||||
#include <memory>
|
||||
|
||||
#include <cctype>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <fstream>
|
||||
#include <memory>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user