From 0348291b295769a3a6a6488a50776a8eb2159268 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 15 Mar 2001 20:42:14 +0000 Subject: [PATCH] * added missing std:: --- ginac/tensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/tensor.cpp b/ginac/tensor.cpp index cf0204b5..8440a56c 100644 --- a/ginac/tensor.cpp +++ b/ginac/tensor.cpp @@ -308,7 +308,7 @@ ex tensepsilon::eval_indexed(const basic & i) const // Get sign of index permutation (the indices should already be in // a canonic order but we can't assume what exactly that order is) - vector v; + std::vector v; v.reserve(i.nops() - 1); for (unsigned j=1; j