common/compiler: add forgotten exec package to imports

Signed-off-by: RJ Catalano <rj@monax.io>
This commit is contained in:
RJ Catalano 2017-08-20 20:59:26 -05:00
parent 10bce71bed
commit a036cb9c64
No known key found for this signature in database
GPG key ID: D4AB109D9B5D6386

View file

@ -19,6 +19,7 @@ package compiler
import ( import (
"io/ioutil" "io/ioutil"
"os" "os"
"os/exec"
"path/filepath" "path/filepath"
"strings" "strings"
"testing" "testing"