more build fixes.

This commit is contained in:
David Wiesen
2025-10-07 15:07:31 -07:00
parent 6f3f78a716
commit b706fad1b6
4 changed files with 37 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
#![cfg(all(windows, feature = "windows_appcontainer_command_ext"))]
#![cfg(all(
windows,
feature = "windows_appcontainer_command_ext",
feature = "windows_appcontainer_command_ext_raw_attribute",
))]
use codex_core::protocol::SandboxPolicy;
use codex_core::spawn::StdioPolicy;