From 9cb06e2f4e7896ab9b98a49d2ee2d19d9139c2cd Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Fri, 11 Aug 2017 16:15:41 -0700 Subject: [PATCH] port one test after include path changes --- examples/tests/bug_fz1.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/tests/bug_fz1.cc b/examples/tests/bug_fz1.cc index ad6ba242b1..e1962592ef 100644 --- a/examples/tests/bug_fz1.cc +++ b/examples/tests/bug_fz1.cc @@ -11,13 +11,13 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "base/hash.h" -#include "base/map-util.h" -#include "base/stl_util.h" -#include "base/random.h" -#include "constraint_solver/constraint_solveri.h" -#include "constraint_solver/constraint_solver.h" -#include "util/string_array.h" +#include "ortools/base/hash.h" +#include "ortools/base/map_util.h" +#include "ortools/base/stl_util.h" +#include "ortools/base/random.h" +#include "ortools/constraint_solver/constraint_solveri.h" +#include "ortools/constraint_solver/constraint_solver.h" +#include "ortools/util/string_array.h" namespace operations_research { void ShoppingBasketBug() {