From: Wolfgang Bangerth Date: Thu, 19 Sep 2013 16:13:30 +0000 (+0000) Subject: Use correct include path. X-Git-Tag: v8.1.0~570^2~267 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af9842b4cd22e32081437a568bae22475330e7a;p=dealii.git Use correct include path. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30829 0785d39b-7218-0410-832d-ea1e28bc413d --- 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