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,