summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblerPowerPC.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src/AssemblerPowerPC.cc')
-rw-r--r--dev/LibCompiler/src/AssemblerPowerPC.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/AssemblerPowerPC.cc b/dev/LibCompiler/src/AssemblerPowerPC.cc
index f2c3be3..a438aed 100644
--- a/dev/LibCompiler/src/AssemblerPowerPC.cc
+++ b/dev/LibCompiler/src/AssemblerPowerPC.cc
@@ -19,10 +19,10 @@
#include <LibCompiler/AE.h>
#include <LibCompiler/Backend/PowerPC.h>
+#include <LibCompiler/CompilerFrontend.h>
#include <LibCompiler/Detail/AsmUtils.h>
#include <LibCompiler/ErrorID.h>
#include <LibCompiler/PEF.h>
-#include <LibCompiler/Parser.h>
#include <LibCompiler/Version.h>
#include <algorithm>
#include <filesystem>