From f5d59c52a41bfab0b75c97cbde35ad0caaa740dc Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 31 Aug 2014 09:32:20 +0000 Subject: [PATCH] Core: Workaround for gcc 4.8.x compilation issue git-svn-id: svn://ultimatepp.org/upp/trunk@7624 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/InVector.h | 2 ++ 1 file changed, 2 insertions(+) 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;