Windows: add missing imports
A recent refactor (rFfb89658530da25a77dc03fb329c394198bf6358f) performed on Linux didn't properly update a Windows-only file.
This commit is contained in:
parent
bcde49ede0
commit
60971722fc
@ -4,7 +4,9 @@
|
|||||||
package find_blender
|
package find_blender
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"io/fs"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user