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
include/loader

View file

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