summaryrefslogtreecommitdiff
path: root/src/m_Do/m_Do_machine.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-06-23 03:29:49 +0100
committerGitHub <noreply@github.com>2026-06-22 19:29:49 -0700
commit8eae8919c8f53c4c5015ef9b664c6cd2f7c31f8b (patch)
tree357701f6f546e596eed918ca3ef6e7bf2aceab1e /src/m_Do/m_Do_machine.cpp
parentdb28ce3942423be923838aa6cf72d252f55370e1 (diff)
m_Do_main mostly matching for Wii versions (#3165)
* m_Do_main mostly matching for Wii versions * Use machine-specific PCH for all m_Do TUs
Diffstat (limited to 'src/m_Do/m_Do_machine.cpp')
-rw-r--r--src/m_Do/m_Do_machine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_machine.cpp b/src/m_Do/m_Do_machine.cpp
index 9418d36c53..d1089e40e6 100644
--- a/src/m_Do/m_Do_machine.cpp
+++ b/src/m_Do/m_Do_machine.cpp
@@ -3,6 +3,8 @@
* Exception Management
*/
+#include "m_Do/machine.h" // IWYU pragma: keep
+
#include "m_Do/m_Do_machine.h"
#include "JSystem/JFramework/JFWSystem.h"
#include "JSystem/JKernel/JKRHeap.h"