diff --git a/polkadot/runtime/test-runtime/constants/Cargo.toml b/polkadot/runtime/test-runtime/constants/Cargo.toml
index d96de0a0f9c12284a3d895223387842bde76b66a..c97f340284ad5a51228611d449baeaca89f755f7 100644
--- a/polkadot/runtime/test-runtime/constants/Cargo.toml
+++ b/polkadot/runtime/test-runtime/constants/Cargo.toml
@@ -19,5 +19,8 @@ default = ["std"]
 std = [
 	"sp-core/std",
 	"sp-runtime/std",
-	"sp-weights/std"
+	"sp-weights/std",
+	"runtime-common/std",
+	"primitives/std",
+	"frame-support/std",
 ]