Przeglądaj źródła

Merge pull request #13916 from Microsoft/10662-compileserver

Windows: Patch up compile after adjustCpuShares
David Calavera 10 lat temu
rodzic
commit
421b9b6859
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      api/server/server_windows.go

+ 2 - 0
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.