From 820993bcad7f74edf4ea32f88f18f1bc75361374 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 18 Aug 2008 04:41:16 +0000 Subject: [PATCH] Use proper header files. git-svn-id: https://svn.dealii.org/trunk@16588 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fail/mesh_smoothing.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fail/mesh_smoothing.cc b/tests/fail/mesh_smoothing.cc index 8ec7c20527..28da334928 100644 --- a/tests/fail/mesh_smoothing.cc +++ b/tests/fail/mesh_smoothing.cc @@ -29,6 +29,7 @@ char logname[] = "mesh_smoothing/output"; #include #include +#include #include #include -- 2.39.5