diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-14 19:53:33 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-12-14 19:53:33 +0900 |
commit | f96592d21940f5deccfed4173b54a7d9ba35fd1c (patch) | |
tree | 8d3e1e5d304194fb4887b75544435d58af788849 | |
parent | cca9a575e64e2824d36680d67de84c5cb1653165 (diff) | |
download | libquotient-f96592d21940f5deccfed4173b54a7d9ba35fd1c.tar.gz libquotient-f96592d21940f5deccfed4173b54a7d9ba35fd1c.zip |
Add a missing header to fixing building on OSX
-rw-r--r-- | room.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ #include <QtCore/QElapsedTimer> #include <array> +#include <functional> using namespace QMatrixClient; using namespace std::placeholders; |