compile tweak on linux + version bump

This commit is contained in:
Benjamin Sergeant 2020-06-04 15:01:16 -07:00
parent 531bd624b5
commit ee8a3a52ec
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,9 @@
#include <ixcore/utils/IXCoreLogger.h>
#include <sstream>
#include <vector>
#include <algorithm>
#include <cctype>
namespace
{

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "9.6.7"
#define IX_WEBSOCKET_VERSION "9.6.8"