From 2b6b4862ce1f28480cd63e5d16a35b24b8d21ce3 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 5 Jun 2013 14:12:13 -0400 Subject: [PATCH] Add missing condition_variable include --- websocketpp/common/thread.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/websocketpp/common/thread.hpp b/websocketpp/common/thread.hpp index b2ae135f68..e8abd035ae 100644 --- a/websocketpp/common/thread.hpp +++ b/websocketpp/common/thread.hpp @@ -37,6 +37,7 @@ #ifdef _WEBSOCKETPP_CPP11_THREAD_ #include #include + #include #else #include #include