From: bangerth Date: Thu, 19 Sep 2013 16:13:30 +0000 (+0000) Subject: Use correct include path. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ed136eafbdd1d3a2e9cbfd7601417f90ccf883;p=dealii-svn.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