diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp b/src/third_party/qtsingleapplication/qtlocalpeer.cpp index 43e6bf42..7b733aea 100644 --- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp +++ b/src/third_party/qtsingleapplication/qtlocalpeer.cpp @@ -44,6 +44,10 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0; #include #endif +// @FIXME: bugfix for strange new compiler error on ubuntu 16.04 = ‘QDataStream ds’ has initializer but incomplete type +// not sure if that collides on other systems: +#include + namespace SharedTools { static const char ack[] = "ack";