Fix compilation issues

This commit is contained in:
PabloMK7 2023-10-03 16:05:15 +02:00
parent 7bef2b56b6
commit f605fb6ba4
2 changed files with 4 additions and 0 deletions

View File

@ -8,9 +8,12 @@
#include <vector>
#include "common/archives.h"
#include "common/assert.h"
#include "common/file_util.h"
#include "common/logging/log.h"
#include "common/string_util.h"
#include "core/core.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/event.h"
#include "core/hle/result.h"
#include "core/hle/service/cfg/cfg.h"
#include "core/hle/service/frd/frd.h"

View File

@ -4,6 +4,7 @@
#pragma once
#include "archive.h"
#include <unordered_map>
#include <boost/serialization/base_object.hpp>
#include "common/common_types.h"