From 96ebd0a1d1fcc92709777b0aa6f83a74129f3bcc Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Tue, 7 Apr 2015 14:42:35 +0300 Subject: Fix include path for generator --- generator/statistics.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'generator/statistics.hpp') diff --git a/generator/statistics.hpp b/generator/statistics.hpp index 74e6622967..692cb818f1 100644 --- a/generator/statistics.hpp +++ b/generator/statistics.hpp @@ -1,8 +1,8 @@ #pragma once -#include "../indexer/feature.hpp" +#include "indexer/feature.hpp" -#include "../std/map.hpp" +#include "std/map.hpp" namespace stats -- cgit v1.2.3