diff --git a/frame/system/Cargo.toml b/frame/system/Cargo.toml index 210d3664ff6a1..0e90009a16690 100644 --- a/frame/system/Cargo.toml +++ b/frame/system/Cargo.toml @@ -39,7 +39,10 @@ std = [ "sp-runtime/std", "sp-version/std", ] -runtime-benchmarks = ["sp-runtime/runtime-benchmarks"] +runtime-benchmarks = [ + "sp-runtime/runtime-benchmarks", + "frame-support/runtime-benchmarks", +] [[bench]] name = "bench"