From 02e518415c140e8271c4f4222fb7e1d42393de66 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 6 Jan 2018 14:54:05 +0900 Subject: Add a missing #include std::bind belongs to , don't rely on implicitly including it from other standard headers. --- room.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/room.cpp b/room.cpp index 1e159fd5..b647a506 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