diff --git a/src/rtwrap.c b/src/rtwrap.c index ae4d8a4e..01eb505a 100644 --- a/src/rtwrap.c +++ b/src/rtwrap.c @@ -1,6 +1,8 @@ #include "core.h" #include "vm.h" - +#ifdef RT_PERF +#include "utils/builtins.h" +#endif #ifdef RT_WRAP typedef struct WFun WFun;