From 892563caa9388c7f59aaa970b230705257ebe36b Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 24 Oct 2016 20:22:59 -0400 Subject: [PATCH] fix travis build --- c/containers/type_decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/containers/type_decl.h b/c/containers/type_decl.h index d4ae4fa44..6cea63612 100644 --- a/c/containers/type_decl.h +++ b/c/containers/type_decl.h @@ -1,7 +1,7 @@ #ifndef TYPE_DECL_H #define TYPE_DECL_H -#include "containers/mlrval.h" +#include "../containers/mlrval.h" // ---------------------------------------------------------------- // These use the MT defines from mlrval.h