From ee8a3a52ecaaa3b0506b5701d1643c68d0b4a210 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 4 Jun 2020 15:01:16 -0700 Subject: [PATCH] compile tweak on linux + version bump --- ixbots/ixbots/IXCobraMetricsToStatsdBot.cpp | 3 +++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ixbots/ixbots/IXCobraMetricsToStatsdBot.cpp b/ixbots/ixbots/IXCobraMetricsToStatsdBot.cpp index ead09300..adb8cc4a 100644 --- a/ixbots/ixbots/IXCobraMetricsToStatsdBot.cpp +++ b/ixbots/ixbots/IXCobraMetricsToStatsdBot.cpp @@ -13,6 +13,9 @@ #include #include #include +#include +#include + namespace { diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 5e30cdd2..0ee30493 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "9.6.7" +#define IX_WEBSOCKET_VERSION "9.6.8"