1fc4b7db57
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/
15 lines
430 B
C++
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>
|