mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-05-07 17:31:48 +00:00
Add missing includes for libstdc++
This commit is contained in:
parent
688c4a2537
commit
9402cf8d45
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include <optional>
|
||||
|
||||
#include "fmt/format.h"
|
||||
// #include "fmt/ostream.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include <cstring>
|
||||
|
||||
#include "n64recomp.h"
|
||||
|
||||
struct FileHeader {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue