Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--crates/profile/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index 2e3413f339..5eb746f86a 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -21,7 +21,11 @@ jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = tr
perf-event = "=0.4.7"
[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.52", features = ["Win32_System_Threading", "Win32_System_ProcessStatus"] }
+windows-sys = { version = "0.52", features = [
+ "Win32_Foundation",
+ "Win32_System_Threading",
+ "Win32_System_ProcessStatus",
+] }
[features]
cpu_profiler = []