From c3432aedd91a570977b6388e8e9d7ffbb03b6d6b Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 10 Jul 2016 10:03:49 -0400 Subject: [PATCH] move constructor arguments into members (#902) --- examples/client_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 840bb60d3..c1ebd9a7a 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -106,6 +106,7 @@ bool sleep_and_input(int* c, int sleep) #include #include #include +#include struct set_keypress {