From 06b9e731e8fcbaae7afccdc9b219e3cd1023a163 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 15 Mar 2014 11:56:52 -0700 Subject: [PATCH] Linux buildfix. Arg, stupid memcmp/sprintf... --- Core/Debugger/DebugInterface.h | 1 + Core/HLE/proAdhoc.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/Core/Debugger/DebugInterface.h b/Core/Debugger/DebugInterface.h index 75f802fbfe..e356194269 100644 --- a/Core/Debugger/DebugInterface.h +++ b/Core/Debugger/DebugInterface.h @@ -17,6 +17,7 @@ #pragma once #include +#include #include "Common/CommonTypes.h" #include "native/math/expression_parser.h" diff --git a/Core/HLE/proAdhoc.cpp b/Core/HLE/proAdhoc.cpp index 7d74318783..e95d1b0953 100644 --- a/Core/HLE/proAdhoc.cpp +++ b/Core/HLE/proAdhoc.cpp @@ -1,5 +1,6 @@ // TODO: Add license +#include #include "util/text/parsers.h" #include "proAdhoc.h"