graphics/enblend-enfuse: Add a missing header.

Thanks to Luc Van Rompaey

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-06-06 19:38:28 +02:00 committed by Robby Workman
parent 2d6d54c191
commit 04ef1bc9a8
1 changed files with 2 additions and 0 deletions

View File

@ -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 \