From 2cc1fc52baa28c4896080069a985c200517ad7cd Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Mon, 6 Mar 2017 09:20:03 +0900 Subject: Fixed building with MSVC --- room.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/room.cpp b/room.cpp index 9300056a..e9ca10c5 100644 --- a/room.cpp +++ b/room.cpp @@ -18,11 +18,12 @@ #include "room.h" +#include + #include #include #include // for efficient string concats (operator%) #include -#include #include "connection.h" #include "state.h" -- cgit v1.2.3