diff --git a/runtime/rust_backend/RustRuntime.h b/runtime/rust_backend/RustRuntime.h index ca265a9e..b3c9eb88 100644 --- a/runtime/rust_backend/RustRuntime.h +++ b/runtime/rust_backend/RustRuntime.h @@ -23,8 +23,9 @@ #ifndef RUSTRUNTIME_H #define RUSTRUNTIME_H -#include +#include #include +#include typedef uintptr_t RSymExpr;