From 4ed5206d79ef7c98c574dc167d533ebc4fd3d54f Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Wed, 27 May 2020 16:04:39 -0700 Subject: [PATCH] fix #210 / add include to README hello world example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 497ae724..fdf42402 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ IXWebSocket is a C++ library for WebSocket client and server development. It has It is been used on big mobile video game titles sending and receiving tons of messages since 2017 (iOS and Android). It was tested on macOS, iOS, Linux, Android, Windows and FreeBSD. Two important design goals are simplicity and correctness. ```cpp +#include + // Required on Windows ix::initNetSystem();