From: bcoconni Date: Fri, 13 Mar 2015 21:03:22 +0000 (+0100) Subject: The QUrl header is needed for compilation on Linux X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=32a8c712b044fcc91c75a249230f4c8b9ce245aa;p=flightgear.git The QUrl header is needed for compilation on Linux --- diff --git a/src/GUI/SetupRootDialog.cxx b/src/GUI/SetupRootDialog.cxx index f82b52699..e546dfb24 100644 --- a/src/GUI/SetupRootDialog.cxx +++ b/src/GUI/SetupRootDialog.cxx @@ -32,6 +32,7 @@ #include #include #include +#include #include "ui_SetupRootDialog.h"