From 686717eb7119e87061877b70b1041cfa1c8864fa Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sat, 24 Mar 2018 11:40:16 +0100 Subject: [PATCH] add missing include. --- Common/ConsoleListener.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common/ConsoleListener.cpp b/Common/ConsoleListener.cpp index 49d9ce8feb..4a0c5a0004 100644 --- a/Common/ConsoleListener.cpp +++ b/Common/ConsoleListener.cpp @@ -26,6 +26,9 @@ #else #include #endif +#ifndef _MSC_VER +#include +#endif #include "ppsspp_config.h" #include "thread/threadutil.h"