From 84a600bab12f1e33e70e3695a50b6e608365cc5e Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 2 Jan 2018 01:05:09 -0500 Subject: [PATCH] Fix windows build --- src/Internat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Internat.cpp b/src/Internat.cpp index f26492638..f5a04478a 100644 --- a/src/Internat.cpp +++ b/src/Internat.cpp @@ -30,6 +30,7 @@ and on Mac OS X for the filesystem. #include "Internat.h" #include "Experimental.h" #include "FileNames.h" +#include "widgets/ErrorDialog.h" // in order for the static member variables to exist, they must appear here // (_outside_) the class definition, in order to be allocated some storage.