[Base] Add missing header for VS2017

When using VS2017, the compilation fails due to this missing header.

Signed-off-by: sephiroth99 <sephiroth99@gmail.com>
This commit is contained in:
sephiroth99
2021-01-23 11:36:58 -05:00
committed by Rick Gibbed
parent 88bea2742c
commit 36f687e40e

View File

@@ -9,6 +9,7 @@
#include "xenia/base/fuzzy.h"
#include <cctype>
#include <cstring>
#include <iostream>