mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 03:46:41 +00:00
a734bf2478
Co-Authored-By: kawanakaiku <80381779+kawanakaiku@users.noreply.github.com>
15 lines
327 B
Diff
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
|
|
{
|