diff options
Diffstat (limited to 'src/devices/video/gba_lcd.cpp')
| -rw-r--r-- | src/devices/video/gba_lcd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/gba_lcd.cpp b/src/devices/video/gba_lcd.cpp index 2d5f79306ef..1bc8a87e7fe 100644 --- a/src/devices/video/gba_lcd.cpp +++ b/src/devices/video/gba_lcd.cpp @@ -15,6 +15,8 @@ #include "screen.h" +#include <cstdarg> + namespace { |
