From 32a8c712b044fcc91c75a249230f4c8b9ce245aa Mon Sep 17 00:00:00 2001 From: bcoconni Date: Fri, 13 Mar 2015 22:03:22 +0100 Subject: [PATCH] The QUrl header is needed for compilation on Linux --- src/GUI/SetupRootDialog.cxx | 1 + 1 file changed, 1 insertion(+) 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"