diff --git a/uppsrc/Core/InVector.h b/uppsrc/Core/InVector.h index eae4dab62..23f37459c 100644 --- a/uppsrc/Core/InVector.h +++ b/uppsrc/Core/InVector.h @@ -1,5 +1,7 @@ template struct Slaved_InVector__; template struct Slaved_InArray__; +template class SortedAMap; +template class SortedVectorMap; struct InVectorSlave__ { virtual void Clear() = 0;