diff options
Diffstat (limited to 'games/lincity-ng/files/patch-src_lincity_MapPoint.hpp')
-rw-r--r-- | games/lincity-ng/files/patch-src_lincity_MapPoint.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/lincity-ng/files/patch-src_lincity_MapPoint.hpp b/games/lincity-ng/files/patch-src_lincity_MapPoint.hpp new file mode 100644 index 000000000000..46b2399aa510 --- /dev/null +++ b/games/lincity-ng/files/patch-src_lincity_MapPoint.hpp @@ -0,0 +1,11 @@ +--- src/lincity/MapPoint.hpp.orig 2025-09-27 07:10:50 UTC ++++ src/lincity/MapPoint.hpp +@@ -25,8 +25,6 @@ + #include <cstddef> // for size_t + #include <ostream> // for ostream + +-namespace std { template<class Key> struct hash; } // IWYU pragma: keep +- + class MapPoint { + public: + MapPoint(int x = 0, int y = 0); |