From dc755e5a4d9a9d1c7caee7738df4e41a4ef5de38 Mon Sep 17 00:00:00 2001 From: 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