From f96592d21940f5deccfed4173b54a7d9ba35fd1c Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 14 Dec 2017 19:53:33 +0900 Subject: Add a missing header to fixing building on OSX --- room.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/room.cpp b/room.cpp index 296f783a..0a52c7c8 100644 --- a/room.cpp +++ b/room.cpp @@ -42,6 +42,7 @@ #include #include +#include using namespace QMatrixClient; using namespace std::placeholders; -- cgit v1.2.3