aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-12-14 19:53:33 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-12-14 19:53:33 +0900
commitf96592d21940f5deccfed4173b54a7d9ba35fd1c (patch)
tree8d3e1e5d304194fb4887b75544435d58af788849
parentcca9a575e64e2824d36680d67de84c5cb1653165 (diff)
downloadlibquotient-f96592d21940f5deccfed4173b54a7d9ba35fd1c.tar.gz
libquotient-f96592d21940f5deccfed4173b54a7d9ba35fd1c.zip
Add a missing header to fixing building on OSX
-rw-r--r--room.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/room.cpp b/room.cpp
index 296f783a..0a52c7c8 100644
--- a/room.cpp
+++ b/room.cpp
@@ -42,6 +42,7 @@
#include <QtCore/QElapsedTimer>
#include <array>
+#include <functional>
using namespace QMatrixClient;
using namespace std::placeholders;