From 16596276e51e8f5706ccec0d918e62fff62bc656 Mon Sep 17 00:00:00 2001 From: starr-openai Date: Mon, 6 Apr 2026 14:47:29 -0700 Subject: [PATCH] codex: fix sdk follow-up on PR #16937 Co-authored-by: Codex --- codex-rs/core/src/unified_exec/process_manager.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/src/unified_exec/process_manager.rs b/codex-rs/core/src/unified_exec/process_manager.rs index 2b9207b982..a5d40c10f0 100644 --- a/codex-rs/core/src/unified_exec/process_manager.rs +++ b/codex-rs/core/src/unified_exec/process_manager.rs @@ -2,6 +2,7 @@ use rand::Rng; use std::cmp::Reverse; use std::collections::HashMap; use std::collections::HashSet; +use std::path::Path; use std::path::PathBuf; use std::sync::Arc; use std::sync::atomic::AtomicBool;