From 2e452e78f353a29fd50918f0022bb9b9982657ed Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 8 Mar 2015 09:40:44 +0000 Subject: [PATCH] Fix non-Qt build. --- src/Main/options.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index c4e7fc0ca..9d24361cf 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -55,8 +55,10 @@ #include #include +#if defined(HAVE_QT) #include #include +#endif #include
#include "globals.hxx"