From adeaab9745c681e99b6bf7b3144a6fc0878a387f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 27 Feb 2015 20:17:59 +0100 Subject: Fix build in a kdelibs4-free enviroment If one had kdelibs includes in /usr, they would get magically picked up, so the build would succeed. --- src/dolphinpart_ext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dolphinpart_ext.h') diff --git a/src/dolphinpart_ext.h b/src/dolphinpart_ext.h index 6adf64972..0b7018dbb 100644 --- a/src/dolphinpart_ext.h +++ b/src/dolphinpart_ext.h @@ -22,7 +22,8 @@ #include #include -#include +#include +#include #include class DolphinPart; -- cgit v1.3