From fb4494bdbb1177ddb085524502cb13ec6982784d Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Sun, 28 Jan 2024 13:18:39 +0100 Subject: [PATCH] fix M_PI by using qmath --- playground/parrots/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/parrots/main.cpp b/playground/parrots/main.cpp index 713f9c42..00130446 100644 --- a/playground/parrots/main.cpp +++ b/playground/parrots/main.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include #include "Overlay.h"