[vte] glib: glue: Include string_view



commit 8de26d1ea368d762a30d682da29df28935244cb2
Author: Zander Brown <zbrown gnome org>
Date:   Wed Jun 22 20:04:47 2022 +0200

    glib: glue: Include string_view
    
    https://gitlab.gnome.org/GNOME/vte/-/issues/2564

 src/glib-glue.cc | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/glib-glue.cc b/src/glib-glue.cc
index ee25edc9..c0650730 100644
--- a/src/glib-glue.cc
+++ b/src/glib-glue.cc
@@ -21,6 +21,7 @@
 
 #include <exception>
 #include <stdexcept>
+#include <string_view>
 
 #include "debug.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]