From 5b2497157ed20e1aa1054ea995897d9899fb5a27 Mon Sep 17 00:00:00 2001 From: Artem Proskurnev Date: Mon, 10 Jan 2022 10:57:02 +0300 Subject: [PATCH] math.h -> cmath --- qtsgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtsgraph.h b/qtsgraph.h index 7c32bd6..e75ed44 100644 --- a/qtsgraph.h +++ b/qtsgraph.h @@ -50,7 +50,7 @@ along with Vesi. If not, see . #include #include #include -#include +#include #define clRed 0xFF0000 #define clGreen 0x00FF00