mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 15:57:50 +08:00
[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:
parent
bb2642e663
commit
8773f4a10b
14
ports/gppanel/fix-missing-headers.patch
Normal file
14
ports/gppanel/fix-missing-headers.patch
Normal 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..
|
@ -9,6 +9,7 @@ vcpkg_from_github(
|
|||||||
PATCHES
|
PATCHES
|
||||||
00001-fix-build.patch
|
00001-fix-build.patch
|
||||||
use-complex-header.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})
|
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gppanel",
|
"name": "gppanel",
|
||||||
"version-date": "2020-05-20",
|
"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.",
|
"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",
|
"homepage": "https://github.com/woollybah/gppanel",
|
||||||
"license": "GPL-2.0-or-later WITH WxWindows-exception-3.1",
|
"license": "GPL-2.0-or-later WITH WxWindows-exception-3.1",
|
||||||
|
@ -2938,7 +2938,7 @@
|
|||||||
},
|
},
|
||||||
"gppanel": {
|
"gppanel": {
|
||||||
"baseline": "2020-05-20",
|
"baseline": "2020-05-20",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"grantlee": {
|
"grantlee": {
|
||||||
"baseline": "5.3.1",
|
"baseline": "5.3.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ba97170231ed485d5ba3dfbfe2ed7a66c0260517",
|
||||||
|
"version-date": "2020-05-20",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "9e5dbacb2efcf80443e7d7c42bc2c98b3622a7c8",
|
"git-tree": "9e5dbacb2efcf80443e7d7c42bc2c98b3622a7c8",
|
||||||
"version-date": "2020-05-20",
|
"version-date": "2020-05-20",
|
||||||
|
Loading…
Reference in New Issue
Block a user