diff options
author | Tim Biermann <tbier@posteo.de> | 2020-05-16 18:32:08 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-05-17 02:51:55 +0000 |
commit | 89b9ccca4a220c407718e744d134422b2622367a (patch) | |
tree | d75c6989d22249a6385b8cee0c84a3c9a304d755 /libetonyek/libetonyek-0.1.9-boost-1.73.patch | |
parent | fffb0b776ce7749f107a41bb33cf249761b70427 (diff) | |
download | contrib-89b9ccca4a220c407718e744d134422b2622367a.tar.gz contrib-89b9ccca4a220c407718e744d134422b2622367a.tar.xz |
libetonyek: fix build against boost 1.73
Diffstat (limited to 'libetonyek/libetonyek-0.1.9-boost-1.73.patch')
-rw-r--r-- | libetonyek/libetonyek-0.1.9-boost-1.73.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libetonyek/libetonyek-0.1.9-boost-1.73.patch b/libetonyek/libetonyek-0.1.9-boost-1.73.patch new file mode 100644 index 000000000..2992f9f1a --- /dev/null +++ b/libetonyek/libetonyek-0.1.9-boost-1.73.patch @@ -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"
\ No newline at end of file |