From 8eaba3730b0b867b486f527736d5cca5e766f642 Mon Sep 17 00:00:00 2001 From: "Arthur Brainville (Ybalrid)" Date: Fri, 27 Mar 2020 19:39:07 +0100 Subject: [PATCH] Fix build error on VS2019 (IWYU std::stirng) --- Source2Gen/shared/Schema.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source2Gen/shared/Schema.hpp b/Source2Gen/shared/Schema.hpp index fc6fcea..25cf459 100644 --- a/Source2Gen/shared/Schema.hpp +++ b/Source2Gen/shared/Schema.hpp @@ -7,6 +7,7 @@ // So, reversing had to be done on some of these to figure out their unknown members. #include +#include #include "Utility.hpp"