freebsd-ports/editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx
Dima Panov 1fc4b7db57 editors/libreoffice: update to 7.4.0 release (+)
On behalf of Office team I proud to announce a major update: LibreOffice 7.4!

   * 16,384 columns in spreadsheets
   * Better change tracking
   * Document themes in presentations

...plus compatibility improvements, performance boosts and more.

Read more:	https://blog.documentfoundation.org/blog/2022/08/18/libreoffice-7-4-community/
2022-08-18 15:25:31 +03:00

15 lines
430 B
C++

--- libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx.orig 2022-05-12 13:26:05 UTC
+++ libreofficekit/qa/gtktiledviewer/gtv-lok-dialog.cxx
@@ -10,7 +10,12 @@
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
+#include <cmath>
#include <iostream>
+#include <sstream>
+#include <strstream>
+#include <string>
+#include <vector>
#include <LibreOfficeKit/LibreOfficeKitGtk.h>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>