Make gcc happy.

This commit is contained in:
scturtle 2018-02-10 19:50:39 +08:00
parent bd4482df5e
commit a50bff0b24

View File

@ -125,7 +125,7 @@ struct IndexFamily {
using FuncId = Id<IndexFunc>;
using TypeId = Id<IndexType>;
using VarId = Id<IndexVar>;
using Range = Range;
using Range = ::Range;
using FuncRef = IndexFuncRef;
};