From ebcc558713d3efc150ffc28cc6751b2737974c38 Mon Sep 17 00:00:00 2001 From: Peter H Date: Mon, 24 Jul 2017 09:44:20 +0200 Subject: [PATCH] colorswitch example: fix build (#30) Seems to be depending on the Qt version, Qt 5.9 does need it --- examples/colorswitch/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/colorswitch/main.cpp b/examples/colorswitch/main.cpp index 288cbe93..c110505d 100644 --- a/examples/colorswitch/main.cpp +++ b/examples/colorswitch/main.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include