From c26ac34f86b5bfff9a73c414e8432a0d05c403e2 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Mon, 26 Mar 2018 11:01:36 +0200 Subject: [PATCH] fix build after merge --- src/content/content-manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/content-manager.cpp b/src/content/content-manager.cpp index 52de5a49e..40f842f5d 100644 --- a/src/content/content-manager.cpp +++ b/src/content/content-manager.cpp @@ -26,7 +26,7 @@ #include "content-manager.h" #include "content-type.h" #include "content/content.h" -#include "content/header-param.h" +#include "content/header/header-param.h" // =============================================================================