https://bugs.kde.org/show_bug.cgi?id=344682 Bug ID: 344682 Summary: baloo-widgets master fails to compile against QT 5.5 Product: Baloo Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Widgets Assignee: me@vhanda.in Reporter: bluescreen_avenger@verizon.net It seems to be missing a QDataStream include This diff gets it to compile: diff --git a/src/indexeddataretriever.cpp b/src/indexeddataretriever.cpp index 0226b3c..cd4603e 100644 --- a/src/indexeddataretriever.cpp +++ b/src/indexeddataretriever.cpp @@ -20,6 +20,7 @@ #include "indexeddataretriever.h" +#include #include #include #include Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.