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
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"io/fs"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"syscall"
|
||||
|
Loading…
x
Reference in New Issue
Block a user