mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix more compilation issues
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
#include "memory_permission.hpp"
|
||||
#include <cstddef>
|
||||
|
||||
struct basic_memory_region
|
||||
{
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
#include <functional>
|
||||
#include <typeindex>
|
||||
|
||||
#ifndef WIN32
|
||||
inline void serialize() {}
|
||||
inline void deserialize() {}
|
||||
#endif
|
||||
|
||||
namespace utils
|
||||
{
|
||||
class buffer_serializer;
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "unicorn_hook.hpp"
|
||||
|
||||
#include "function_wrapper.hpp"
|
||||
#include <ranges>
|
||||
|
||||
namespace unicorn
|
||||
{
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
#include "../std_include.hpp"
|
||||
#include <serialization_helper.hpp>
|
||||
|
||||
class hive_parser;
|
||||
#include "hive_parser.hpp"
|
||||
|
||||
struct registry_key
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user