From a0d0b686722783e5050304dc8ee391a330b7e670 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Mon, 11 May 2015 16:06:42 -0500 Subject: [PATCH] Add missing include for completeness. --- ClientMainloopThread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ClientMainloopThread.h b/ClientMainloopThread.h index 165daa5..549c27d 100644 --- a/ClientMainloopThread.h +++ b/ClientMainloopThread.h @@ -34,6 +34,7 @@ // Standard includes #include #include +#include static const auto SLEEP_TIME = std::chrono::milliseconds(1);