From d5d0815ca9d8789525125b0ffab0a81cdd9e1e8a Mon Sep 17 00:00:00 2001 From: Alexander Diamadis Date: Sun, 31 Oct 2021 16:18:06 +0100 Subject: [PATCH] Added Math Packages --- library.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library.cpp b/library.cpp index bee948b..ee7191a 100644 --- a/library.cpp +++ b/library.cpp @@ -6,6 +6,8 @@ #include #include #include "cdac.h" +#include +#include library::library(QWidget *parent) : QDialog(parent),