From ad8a449185004552bcaacfc36d6fbe9aceeaca32 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 24 Oct 2016 21:12:14 -0400 Subject: [PATCH] fixing travis build --- c/containers/mlrval.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/c/containers/mlrval.h b/c/containers/mlrval.h index c17d46528..85790adce 100644 --- a/c/containers/mlrval.h +++ b/c/containers/mlrval.h @@ -5,12 +5,12 @@ #include #include #include -#include "lib/mlrmath.h" -#include "lib/mlrutil.h" -#include "lib/mtrand.h" -#include "lib/string_builder.h" -#include "lib/string_array.h" -#include "containers/free_flags.h" +#include "../lib/mlrmath.h" +#include "../lib/mlrutil.h" +#include "../lib/mtrand.h" +#include "../lib/string_builder.h" +#include "../lib/string_array.h" +#include "../containers/free_flags.h" // ================================================================ // MT for Miller type -- highly abbreviated here since these are