Skip to content

Commit 686ac66

Browse files
Merge branch 'codex/hosted-review-phase-1' into codex/hosted-review-phase-2
Signed-off-by: Timothy Wayne Gregg <Timothy.Gregg@complete.tech>
2 parents 7573a67 + 5cadfeb commit 686ac66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src-rust/crates/tui/src/image_paste.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// Linux : xclip / wl-paste
1111
// Windows: PowerShell Get-Clipboard
1212

13+
#[cfg(not(target_os = "windows"))]
14+
use std::path::Path;
1315
use std::path::PathBuf;
1416
use std::process::Command;
1517

0 commit comments

Comments
 (0)