PR159: Exception handler blocks / register mixup
[cacao.git] / src / vm / jit / exceptiontable.c
index 9130543d24762d806416a9e9774bd7369b3ddd33..7745c7ff358f64dfec685b8f54bee1f2c8eee07c 100644 (file)
@@ -28,7 +28,7 @@
 #include <assert.h>
 #include <stdint.h>
 
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 
 #include "vm/jit/code.hpp"
 #include "vm/jit/exceptiontable.h"