From 55b47aa95d2df5b4b09bc7da427eaf747da95421 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sun, 17 Jan 2016 16:33:30 -0500 Subject: [PATCH] fixed build error ( not found) with Qt5 --- example/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/main.cpp b/example/main.cpp index 26b3e8f9..0d4e9f6d 100644 --- a/example/main.cpp +++ b/example/main.cpp @@ -30,10 +30,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Qt stuff #include #include -#include -#include -#include -#include +#include +#include +#include +#include // OpenCV stuff #include