Include forgotten imports.

This fixes the build.

Change-Id: Id132f4342adb9ed20116191086f157ca7f7cf515
pull/362/merge
Matt T. Proud 13 years ago
parent bd7cd61939
commit aaaf3367d6
  1. 2
      storage/metric/index.go

@ -14,7 +14,9 @@
package metric
import (
"io"
"sort"
"sync"
"code.google.com/p/goprotobuf/proto"

Loading…
Cancel
Save