Commit 9e12492f authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer/rpc: fix build by missing import

parent cf175b47
......@@ -2,6 +2,7 @@ package rpc
import (
"encoding/gob"
"fmt"
"github.com/mitchellh/packer/packer"
"log"
"net"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment