From dd8e130c7295a5a615275b5ac93938daa5c1fa2e Mon Sep 17 00:00:00 2001 From: Kushal K S V S Date: Tue, 17 Apr 2018 11:29:18 +0000 Subject: Taking include files from parent folder itself --- tests/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bitmap.h b/tests/bitmap.h index 457da7e4c..3a506dd1d 100644 --- a/tests/bitmap.h +++ b/tests/bitmap.h @@ -7,7 +7,7 @@ #include #include -#include +#include "../include/ft2build.h" #include "murmur3.h" /* MurmurHash3_x64_128 header file */ -- cgit v1.2.1