0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-06 03:46:41 +00:00
termux-packages/packages/aptitude/0001-fix-ftbfs-with-gcc-10.patch
Chongyun Lee a734bf2478 new package: aptitude
Co-Authored-By: kawanakaiku <80381779+kawanakaiku@users.noreply.github.com>
2024-01-08 06:55:43 +08:00

15 lines
327 B
Diff

Description: Fix FTBFS with GCC 10
Author: Axel Beckert <abe@debian.org>
Bug-Debian: https://bugs.debian.org/966875
--- a/src/generic/views/download_progress.h
+++ b/src/generic/views/download_progress.h
@@ -29,6 +29,7 @@
#include <optional>
#include <string>
#include <vector>
+#include <sstream>
namespace aptitude
{