From 36f687e40e75e33d10bddd948eb932e5a55cd752 Mon Sep 17 00:00:00 2001 From: sephiroth99 Date: Sat, 23 Jan 2021 11:36:58 -0500 Subject: [PATCH] [Base] Add missing header for VS2017 When using VS2017, the compilation fails due to this missing header. Signed-off-by: sephiroth99 --- src/xenia/base/fuzzy.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xenia/base/fuzzy.cc b/src/xenia/base/fuzzy.cc index dca062e66..6d047dc6d 100644 --- a/src/xenia/base/fuzzy.cc +++ b/src/xenia/base/fuzzy.cc @@ -9,6 +9,7 @@ #include "xenia/base/fuzzy.h" +#include #include #include