diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-08-20 02:20:11 +1000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-08-20 02:29:15 +1000 |
commit | 40db9da303629cb1835ee6bbe5f8d433770be2bc (patch) | |
tree | 79339092b80cdb0060d2a6cf3146907f9f6ac995 /editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx | |
parent | devel/notcurses: Update to 2.3.15 (diff) |
editors/libreoffice: Please welcome LibreOffice suite 7.2.0 release!
LibreOffice 7.2 launches with many new features, compatibility improvements
and performance boosts. Learn all about it in blog announce post:
https://blog.documentfoundation.org/blog/2021/08/19/libreoffice-7-2-community/
Diffstat (limited to 'editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx')
-rw-r--r-- | editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx b/editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx index 00e8786b8aec..a04ca1acf4e4 100644 --- a/editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx +++ b/editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx @@ -1,13 +1,13 @@ --- libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx.orig 2020-05-06 18:00:34 UTC +++ libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx -@@ -10,7 +10,12 @@ +@@ -10,8 +10,12 @@ #include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> +#include <cmath> #include <iostream> + #include <sstream> +#include <strstream> -+#include <sstream> +#include <string> +#include <vector> |