diff --git a/api/server/server_windows.go b/api/server/server_windows.go index 2e33af8d25..1d32839664 100644 --- a/api/server/server_windows.go +++ b/api/server/server_windows.go @@ -8,6 +8,8 @@ import ( "net/http" "github.com/docker/docker/daemon" + "github.com/docker/docker/pkg/version" + "github.com/docker/docker/runconfig" ) // NewServer sets up the required Server and does protocol specific checking.