diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-06-06 19:38:28 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:20:55 -0500 |
commit | 04ef1bc9a84476a01c9c0af3ae9478e3191ed599 (patch) | |
tree | b4be0de187ed3330c5e62b9aa5e83fa650e8cbac /graphics | |
parent | 2d6d54c191ec7751d7957dd597df9cfd0bb32f8e (diff) |
graphics/enblend-enfuse: Add a missing header.
Thanks to Luc Van Rompaey
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/enblend-enfuse/enblend-enfuse.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild index 26381c3f521e..7d1652430195 100644 --- a/graphics/enblend-enfuse/enblend-enfuse.SlackBuild +++ b/graphics/enblend-enfuse/enblend-enfuse.SlackBuild @@ -70,6 +70,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +sed -i '/^#include <vector>$/a #include <limits>' src/minimizer.h + CXXFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \ ./configure \ |