make TLS support optional

This commit is contained in:
Benjamin Sergeant
2018-10-08 15:23:01 -07:00
parent 1dc9b559e9
commit 88c2e1f6de
7 changed files with 129 additions and 9 deletions

View File

@ -12,7 +12,7 @@
#include <iostream>
#include <sstream>
#include <queue>
#include "../../ixwebsocket/IXWebSocket.h"
#include <ixwebsocket/IXWebSocket.h>
#include "nlohmann/json.hpp"