Browse Source

Windows: Patch up compile after adjustCpuShares

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 10 years ago
parent
commit
d2c5fcc8d5
1 changed files with 2 additions and 0 deletions
  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.