mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
Fix Fedora build
This commit is contained in:
parent
c73ebdcf77
commit
1019f65824
4 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
#pragma once
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cstdarg>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <vector>
|
||||
#include "termcolor.hpp"
|
||||
|
||||
using u8 = std::uint8_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue