From ff6ffb47d66a349cf841aa6803d9907fab3851c4 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 29 Oct 2017 15:43:11 +0000 Subject: [PATCH] Compile fixes for stretch --- command.cc | 2 +- command.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/command.cc b/command.cc index 0156f87..5cc948e 100644 --- a/command.cc +++ b/command.cc @@ -19,7 +19,7 @@ */ #ifndef WIN32 -#include +#include #endif #include "command.h" diff --git a/command.h b/command.h index b00671e..04cd803 100644 --- a/command.h +++ b/command.h @@ -34,11 +34,12 @@ #include +#include +#include + #include "defines.h" #include "messagequeue.h" #include "udp.h" -#include -#include class VConnect; class Message; -- 2.39.2