ports/x11/polybar/files/patch-src_utils_string.cpp
Joel Bodenmann 468f1ec759 x11/polybar: Update to 3.7.0
Changelog: https://github.com/polybar/polybar/releases/tag/3.7.0

Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D42529
2023-11-13 21:55:13 +01:00

10 lines
226 B
C++

--- src/utils/string.cpp.orig 2023-11-12 19:11:07 UTC
+++ src/utils/string.cpp
@@ -1,6 +1,7 @@
#include "utils/string.hpp"
#include <algorithm>
+#include <array>
#include <cassert>
#include <iomanip>
#include <sstream>