From d528d3d185ca3bb9a40ec7af0299a83c0d2b76e0 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Thu, 15 May 2014 21:47:02 +0200 Subject: [PATCH] Update #include directives to work with Qt5 as well as Qt4 --- main.cpp | 2 +- pv/widgets/popup.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.30.2