From: Wolfgang Bangerth Date: Mon, 9 Jul 2001 11:38:20 +0000 (+0000) Subject: Fix a missing std:: X-Git-Tag: v8.0.0~18962 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a064f06cfc79d9ea8189b365d4a3c94410b895;p=dealii.git Fix a missing std:: git-svn-id: https://svn.dealii.org/trunk@4836 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 9cb020fcea..2399c3e1e5 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -385,7 +385,7 @@ AC_DEFUN(DEAL_II_HAVE_LRAND48_DECLARED, dnl void f() { std::vector new_indices; - random_shuffle (new_indices.begin(), new_indices.end()); + std::random_shuffle (new_indices.begin(), new_indices.end()); }; ], [],