浏览代码

Windows: Patch up compile after adjustCpuShares

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 10 年之前
父节点
当前提交
d2c5fcc8d5
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.