From bb10d682b26aea052b3aad2459b49a6d7e4ceded Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Sun, 5 Nov 2023 20:43:02 +0100 Subject: [PATCH] fix missig qmath include --- examples/mycontrols/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/mycontrols/main.cpp b/examples/mycontrols/main.cpp index 72d25570..83345c30 100644 --- a/examples/mycontrols/main.cpp +++ b/examples/mycontrols/main.cpp @@ -29,6 +29,8 @@ #include +#include + /* This example is intended to show how to: