Fix Fedora build

This commit is contained in:
wheremyfoodat 2023-02-18 00:57:42 +02:00
parent c73ebdcf77
commit 1019f65824
4 changed files with 6 additions and 3 deletions

View file

@ -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;

View file

@ -1,5 +1,6 @@
#pragma once
#include <algorithm>
#include <cstring>
#include <vector>
#include "helpers.hpp"