drc: arm: use movw/movt
[picodrive.git] / cpu / sh2 / compiler.c
index e18f43c..a7c71c3 100644 (file)
@@ -29,6 +29,7 @@
 #include <assert.h>
 
 #include "../../pico/pico_int.h"
+#include "../../pico/arm_features.h"
 #include "sh2.h"
 #include "compiler.h"
 #include "../drc/cmn.h"