File fix-gcc15.patch of Package pacvim
diff --git a/src/globals.h b/src/globals.h index be56c07..0e7ac5d 100644 --- a/src/globals.h +++ b/src/globals.h @@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <cstddef> #include <ncurses.h> #endif +#include <string>