mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
fix: fix build on Linux with gcc
Tested on Fedora 38, helpers.hpp was missing an import.
This commit is contained in:
parent
1aab10bec7
commit
a799da1ec5
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include <cstdarg>
|
||||
#include <climits>
|
||||
#include <cstdint>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
|
|
Loading…
Add table
Reference in a new issue