* src/vm/jit/patcher-common.c: Moved to .cpp.
[cacao.git] / src / vm / jit / arm / codegen.c
index e2fc7f95f163982f9aa901ba490ae86503779b2e..5c30df214d07ac05707a82a95fad12793d694d8c 100644 (file)
@@ -58,7 +58,7 @@
 #include "vm/jit/linenumbertable.h"
 #include "vm/jit/methodheader.h"
 #include "vm/jit/parse.h"
-#include "vm/jit/patcher-common.h"
+#include "vm/jit/patcher-common.hpp"
 #include "vm/jit/reg.h"
 
 #if defined(ENABLE_LSRA)