From f1a392c4df2702c1d3fca330b7b55196758a3549 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 22 Mar 2018 17:06:04 +0000 Subject: [PATCH] Fix test include path --- unit_tests/extractor/name_table.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit_tests/extractor/name_table.cpp b/unit_tests/extractor/name_table.cpp index 8ed750c37..7e3f24e9f 100644 --- a/unit_tests/extractor/name_table.cpp +++ b/unit_tests/extractor/name_table.cpp @@ -1,7 +1,8 @@ #include "extractor/name_table.hpp" -#include "common/temporary_file.hpp" #include "util/exception.hpp" +#include "../common/temporary_file.hpp" + #include #include #include