Fix more compilation issues

This commit is contained in:
momo5502
2025-01-05 13:20:07 +01:00
parent 05e75a20ba
commit 24f53bc498
4 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "memory_permission.hpp"
#include <cstddef>
struct basic_memory_region
{

View File

@@ -9,6 +9,11 @@
#include <functional>
#include <typeindex>
#ifndef WIN32
inline void serialize() {}
inline void deserialize() {}
#endif
namespace utils
{
class buffer_serializer;

View File

@@ -5,6 +5,7 @@
#include "unicorn_hook.hpp"
#include "function_wrapper.hpp"
#include <ranges>
namespace unicorn
{

View File

@@ -2,8 +2,7 @@
#include "../std_include.hpp"
#include <serialization_helper.hpp>
class hive_parser;
#include "hive_parser.hpp"
struct registry_key
{