forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-text/libetonyek: Fix build with boost-1.73
Reported-by: Pavel Volkov <[email protected]> Closes: https://bugs.gentoo.org/722042 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
app-text/libetonyek/files/libetonyek-0.1.9-boost-1.73.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/src/lib/NUM3Parser.cpp b/src/lib/NUM3Parser.cpp | ||
index 6dc0e9a..6f8e79e 100644 | ||
--- a/src/lib/NUM3Parser.cpp | ||
+++ b/src/lib/NUM3Parser.cpp | ||
@@ -7,6 +7,7 @@ | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
*/ | ||
|
||
+#include <algorithm> | ||
#include <functional> | ||
|
||
#include "NUM3Parser.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters