From 9298ac575d53eeadf2e54f3a949fa3253a7993f0 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Thu, 8 Mar 2018 03:46:55 +0000 Subject: [PATCH] Fix Linux build --- src/Internat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Internat.h b/src/Internat.h index 39d56f744..732db661d 100644 --- a/src/Internat.h +++ b/src/Internat.h @@ -16,6 +16,8 @@ #include #include +#include + #ifndef IN_RC class wxString;