From f3d7021ccec51c2b9f4a83c5dc92dc7c56b776f8 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 24 Mar 2017 00:11:37 +0900 Subject: Added a missing #include --- connectiondata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/connectiondata.cpp b/connectiondata.cpp index 32fcf184..4f50fb88 100644 --- a/connectiondata.cpp +++ b/connectiondata.cpp @@ -18,6 +18,7 @@ #include "connectiondata.h" +#include #include using namespace QMatrixClient; -- cgit v1.2.3