Fix compilation errors

This commit is contained in:
SimoneN64
2024-08-27 21:53:04 +02:00
parent bba5037da6
commit 86bfeec8bd
4 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <fstream>
#include <log.hpp>
#include <vector>
namespace Util {
FORCE_INLINE std::vector<u8> ReadFileBinary(const std::string &path) {