From d2c5fcc8d5ada5e2f33562ca9f7a9b05d0b01676 Mon Sep 17 00:00:00 2001 From: John Howard Date: Fri, 12 Jun 2015 13:00:59 -0700 Subject: [PATCH] Windows: Patch up compile after adjustCpuShares Signed-off-by: John Howard --- api/server/server_windows.go | 2 ++ 1 file changed, 2 insertions(+) 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.