[gppanel] Fix missing headers (#31968)

* Fix missing headers in gppanel.

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

* Version DB
This commit is contained in:
Billy O'Neal 2023-06-13 19:07:45 -07:00 committed by GitHub
parent bb2642e663
commit 8773f4a10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,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..

View File

@ -9,6 +9,7 @@ vcpkg_from_github(
PATCHES
00001-fix-build.patch
use-complex-header.patch
fix-missing-headers.patch # https://github.com/woollybah/gppanel/pull/5
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})

View File

@ -1,7 +1,7 @@
{
"name": "gppanel",
"version-date": "2020-05-20",
"port-version": 2,
"port-version": 3,
"description": "gpPanel is chart library for wxWidget. It inheritance from wxPanel and use modified wxMathPlot library at chart engine.",
"homepage": "https://github.com/woollybah/gppanel",
"license": "GPL-2.0-or-later WITH WxWindows-exception-3.1",

View File

@ -2938,7 +2938,7 @@
},
"gppanel": {
"baseline": "2020-05-20",
"port-version": 2
"port-version": 3
},
"grantlee": {
"baseline": "5.3.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ba97170231ed485d5ba3dfbfe2ed7a66c0260517",
"version-date": "2020-05-20",
"port-version": 3
},
{
"git-tree": "9e5dbacb2efcf80443e7d7c42bc2c98b3622a7c8",
"version-date": "2020-05-20",