bugfix for compiler error on ubuntu 16.04. - QDataStream

This commit is contained in:
Kai Philipp
2016-07-17 16:55:56 +02:00
parent 24acd01e90
commit 70d6743c39
+4
View File
@@ -44,6 +44,10 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0;
#include <unistd.h>
#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 <QDataStream>
namespace SharedTools {
static const char ack[] = "ack";