From: Marcus Comstedt Date: Thu, 15 May 2014 19:47:02 +0000 (+0200) Subject: Update #include directives to work with Qt5 as well as Qt4 X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=d528d3d185ca3bb9a40ec7af0299a83c0d2b76e0 Update #include directives to work with Qt5 as well as Qt4 --- diff --git a/main.cpp b/main.cpp index 5ff61d9..23f3f62 100644 --- a/main.cpp +++ b/main.cpp @@ -27,7 +27,7 @@ #include -#include +#include #include #ifdef ENABLE_SIGNALS diff --git a/pv/widgets/popup.cpp b/pv/widgets/popup.cpp index 6857358..9bdbd76 100644 --- a/pv/widgets/popup.cpp +++ b/pv/widgets/popup.cpp @@ -23,6 +23,8 @@ #include #include +#include +#include #include "popup.h"