Skip to content

Commit

Permalink
PRIu64 requires inttypes.h to be included
Browse files Browse the repository at this point in the history
  • Loading branch information
RSDuck committed Jun 5, 2021
1 parent f74387a commit 21f5477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DSi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include "Config.h"
#include "NDS.h"
#include "DSi.h"
Expand Down
1 change: 1 addition & 0 deletions src/NDS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include "Config.h"
#include "NDS.h"
#include "ARM.h"
Expand Down

0 comments on commit 21f5477

Please sign in to comment.