Windows: add missing imports

A recent refactor (rFfb89658530da25a77dc03fb329c394198bf6358f) performed
on Linux didn't properly update a Windows-only file.
This commit is contained in:
Sybren A. Stüvel 2022-07-05 09:59:23 +02:00
parent bcde49ede0
commit 60971722fc

View File

@ -4,7 +4,9 @@
package find_blender
import (
"errors"
"fmt"
"io/fs"
"os"
"path/filepath"
"syscall"