From 6af9842b4cd22e32081437a568bae22475330e7a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 Sep 2013 16:13:30 +0000 Subject: [PATCH] Use correct include path. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30829 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/find_cell_alt_3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bits/find_cell_alt_3.cc b/tests/bits/find_cell_alt_3.cc index b212c8df52..bd0d261a79 100644 --- a/tests/bits/find_cell_alt_3.cc +++ b/tests/bits/find_cell_alt_3.cc @@ -19,7 +19,7 @@ // like find_cell_2, but with the strange meshes from the mesh_3d_* tests #include "../tests.h" -#include "mesh_3d.h" +#include "../grid/mesh_3d.h" #include #include -- 2.39.5