From 57866ec7dac7a8d975361c41cbf08cb2f299c945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Mon, 25 Oct 2021 21:21:37 +0200 Subject: [PATCH] Add missing include for Windows/OSX --- Software/PC_Application/Traces/traceplot.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/PC_Application/Traces/traceplot.cpp b/Software/PC_Application/Traces/traceplot.cpp index cb324f6..a7c9398 100644 --- a/Software/PC_Application/Traces/traceplot.cpp +++ b/Software/PC_Application/Traces/traceplot.cpp @@ -7,6 +7,7 @@ #include "Util/util.h" #include +#include #include #include