Browse Source

models/org_team: fix compile error

Unknwon 8 years ago
parent
commit
ede58ade4c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/org_team.go

+ 2 - 0
models/org_team.go

@@ -8,6 +8,8 @@ import (
 	"errors"
 	"fmt"
 	"strings"
+
+	"github.com/go-xorm/xorm"
 )
 
 const OWNER_TEAM = "Owners"