aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gppanel/fix-missing-headers.patch
blob: 62474987dc20869b6585e1ac96bd1b7a97a5cf28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/baseXYData.h b/include/baseXYData.h
index 2877e4f..f018b35 100644
--- a/include/baseXYData.h
+++ b/include/baseXYData.h
@@ -5,6 +5,9 @@
 #include "CMinMax.h"
 #include "xyMultimapLabel.h"
 #include <deque>
+#include <time.h>
+#include <vector>
+#include <limits>
 
 //This possible to handle a lot of data quicker
 //plot just second 1000 point to display..