diff options
author | joerg <joerg@pkgsrc.org> | 2020-04-15 22:52:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-04-15 22:52:09 +0000 |
commit | d70e220eed1f561b37277cbbf4fe066379ff46c8 (patch) | |
tree | ad4ec149a7512036bbb8d140006f0aaaca6c9318 /games/wesnoth/patches | |
parent | 12a5fbd33b5b64cb86d2a9e6c1ad86eb887749fd (diff) | |
download | pkgsrc-d70e220eed1f561b37277cbbf4fe066379ff46c8.tar.gz |
Add missing header
Diffstat (limited to 'games/wesnoth/patches')
-rw-r--r-- | games/wesnoth/patches/patch-src_color__range.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
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 <iomanip> ++#include <sstream> + #include <unordered_set> + + color_range_map recolor_range(const color_range& new_range, const std::vector<color_t>& old_rgb) |