BeScreenCapture: bump version (#4398)

This commit is contained in:
Schrijvers Luc
2019-11-21 09:45:21 +01:00
committed by Sergei Reznikov
parent 409ab264c4
commit 214ea7ef2a
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ LICENSE="BSD (3-clause)
MIT"
REVISION="1"
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="0daa413880180029602a9a818187afc429d42f7064f9a74c626801e52aedff59"
CHECKSUM_SHA256="f110198f9c5d518543d98779946266787d42659aaf42ffb73bfb43d68fa22d84"
SOURCE_FILENAME="bescreencapture-$portVersion.tar.gz"
PATCHES="bescreencapture-$portVersion.patchset"

View File

@@ -5,17 +5,17 @@ Subject: include algorithm for std::max.
diff --git a/OutputView.cpp b/OutputView.cpp
index 109d7ab..218b096 100644
index 8e56611..2bf0315 100644
--- a/OutputView.cpp
+++ b/OutputView.cpp
@@ -31,6 +31,7 @@
@@ -16,6 +16,7 @@
#include <Screen.h>
#include <TextControl.h>
#include <Window.h>
+#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
--
2.19.1
2.24.0