Add some headers that were transitively included by the JIT

This commit is contained in:
Jesse Talavera-Greenberg 2023-12-06 09:40:04 -05:00 committed by Nadia Holmquist Pedersen
parent 399a6af91c
commit 7cef13031f
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <stdio.h>
#include <assert.h>
#include <algorithm>
#include "NDS.h"
#include "DSi.h"

View File

@ -17,6 +17,7 @@
*/
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <inttypes.h>
#include "Args.h"