missing headers in IXWebSocketCloseInfo.h, ,IXWebSocketErrorInfo.h and IXWebSocketOpenInfo.h

This commit is contained in:
Benjamin Sergeant 2020-04-14 21:52:27 -07:00
parent 35630fe7ed
commit 3a2c446225
3 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#pragma once #pragma once
#include <cstdint>
#include <string>
namespace ix namespace ix
{ {
struct WebSocketCloseInfo struct WebSocketCloseInfo

View File

@ -6,6 +6,7 @@
#pragma once #pragma once
#include <cstdint>
#include <string> #include <string>
namespace ix namespace ix

View File

@ -6,6 +6,10 @@
#pragma once #pragma once
#include <cstdint>
#include <string>
#include "IXWebSocketHttpHeaders.h"
namespace ix namespace ix
{ {
struct WebSocketOpenInfo struct WebSocketOpenInfo