From ea64751f7069c5f30413e4efde99a06cac29a9c2 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Thu, 13 Jul 2017 10:10:09 -0700 Subject: [PATCH] hmm --- src/connection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connection.h b/src/connection.h index 5649e44..f5b8cfb 100644 --- a/src/connection.h +++ b/src/connection.h @@ -3,6 +3,7 @@ // This is to wrap the platform specific kinds of connect/read/write. #include +#include enum class OPCODE : uint32_t { HANDSHAKE = 0,