mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
8773f4a10b
* Fix missing headers in gppanel. Submitted upstream as https://github.com/woollybah/gppanel/pull/5 * Version DB
15 lines
379 B
Diff
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..
|