diff options
-rw-r--r-- | src/ARM.cpp | 1 | ||||
-rw-r--r-- | src/DSi.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ARM.cpp b/src/ARM.cpp index 2c19fa3..c2f6a6c 100644 --- a/src/ARM.cpp +++ b/src/ARM.cpp @@ -17,6 +17,7 @@ */ #include <stdio.h> +#include <assert.h> #include <algorithm> #include "NDS.h" #include "DSi.h" diff --git a/src/DSi.cpp b/src/DSi.cpp index 468be4d..ce716db 100644 --- a/src/DSi.cpp +++ b/src/DSi.cpp @@ -17,6 +17,7 @@ */ #include <stdio.h> +#include <assert.h> #include <string.h> #include <inttypes.h> #include "Args.h" |