Add missing includes for libstdc++

This commit is contained in:
Mr-Wiseguy 2024-08-24 23:53:02 -04:00
parent 688c4a2537
commit 9402cf8d45
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#include <optional>
#include "fmt/format.h"
// #include "fmt/ostream.h"

View file

@ -1,3 +1,5 @@
#include <cstring>
#include "n64recomp.h"
struct FileHeader {