mirror of https://github.com/mgba-emu/mgba.git
Add missing include
This commit is contained in:
parent
5958d8c0da
commit
ca23c47aeb
|
@ -1,6 +1,7 @@
|
|||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
|
|
Loading…
Reference in New Issue