From d70e220eed1f561b37277cbbf4fe066379ff46c8 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 15 Apr 2020 22:52:09 +0000 Subject: Add missing header --- games/wesnoth/distinfo | 3 ++- games/wesnoth/patches/patch-src_color__range.cpp | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 games/wesnoth/patches/patch-src_color__range.cpp (limited to 'games') diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index 20837f18990..0eae5201a63 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.69 2020/02/20 17:58:02 nia Exp $ +$NetBSD: distinfo,v 1.70 2020/04/15 22:52:09 joerg Exp $ SHA1 (wesnoth-1.14.11.tar.bz2) = 04381df6391283da4aae5b5d4a8eab8800efbbc0 RMD160 (wesnoth-1.14.11.tar.bz2) = 0267a0943b8277de89e4d1f518c13e4948a6c4de @@ -6,4 +6,5 @@ SHA512 (wesnoth-1.14.11.tar.bz2) = f0c932a2623df35bdcae3d758f3c9ef583ab04bb88640 Size (wesnoth-1.14.11.tar.bz2) = 458916843 bytes SHA1 (patch-CMakeLists.txt) = 5c580a7b9719d769507c2c0ec3580d6cf523e7f0 SHA1 (patch-src_CMakeLists.txt) = 5839663ab11a9fdc31e89b74ce2708a251155d9f +SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6 SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67 diff --git a/games/wesnoth/patches/patch-src_color__range.cpp b/games/wesnoth/patches/patch-src_color__range.cpp new file mode 100644 index 00000000000..b7f853b6d52 --- /dev/null +++ b/games/wesnoth/patches/patch-src_color__range.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_color__range.cpp,v 1.1 2020/04/15 22:52:09 joerg Exp $ + +--- src/color_range.cpp.orig 2020-04-14 20:36:13.908481410 +0000 ++++ src/color_range.cpp +@@ -24,6 +24,7 @@ + #include "map/map.hpp" + + #include ++#include + #include + + color_range_map recolor_range(const color_range& new_range, const std::vector& old_rgb) -- cgit v1.2.3