Include PCH everywhere

This commit is contained in:
momo5502
2025-03-18 20:19:26 +01:00
parent ef8a9dae6e
commit db1ef0dd16
12 changed files with 13 additions and 2 deletions

View File

@@ -1,9 +1,8 @@
#include "std_include.hpp"
#include "exception_dispatch.hpp"
#include "process_context.hpp"
#include "cpu_context.hpp"
#include <platform/status.hpp>
namespace
{
using exception_record = EMU_EXCEPTION_RECORD<EmulatorTraits<Emu64>>;