lightrec: try to clean up intergarion, fix -O0
[pcsx_rearmed.git] / libpcsxcore / lightrec / plugin.c
index 00d9c55..b347bb6 100644 (file)
@@ -16,6 +16,7 @@
 #include "../frontend/main.h"
 
 #include "mem.h"
+#include "plugin.h"
 
 #if (defined(__arm__) || defined(__aarch64__)) && !defined(ALLOW_LIGHTREC_ON_ARM)
 #error "Lightrec should not be used on ARM (please specify DYNAREC=ari64 to make)"