From 0807cfbaaa67545a82b7706ee91e6fa6276ca9af Mon Sep 17 00:00:00 2001 From: Philip Rideout Date: Wed, 21 Nov 2018 22:14:22 -0800 Subject: [PATCH] Fix Windows build. --- tools/resgen/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/resgen/src/main.cpp b/tools/resgen/src/main.cpp index 261865bbbc..f4e8cf27bd 100644 --- a/tools/resgen/src/main.cpp +++ b/tools/resgen/src/main.cpp @@ -18,6 +18,7 @@ #include +#include #include #include #include