vcpkg/ports/gppanel/fix-missing-headers.patch
Billy O'Neal 8773f4a10b
[gppanel] Fix missing headers (#31968)
* Fix missing headers in gppanel.

Submitted upstream as https://github.com/woollybah/gppanel/pull/5

* Version DB
2023-06-13 19:07:45 -07:00

15 lines
379 B
Diff

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..