9fa2e1a6a4
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/liborcus.git#9edccf79665d1f2336130958a65693967f21962a
37 lines
1012 B
Diff
37 lines
1012 B
Diff
diff --git a/src/liborcus/orcus_xlsx.cpp b/src/liborcus/orcus_xlsx.cpp
|
|
index d9e16ef..604b0f8 100644
|
|
--- a/src/liborcus/orcus_xlsx.cpp
|
|
+++ b/src/liborcus/orcus_xlsx.cpp
|
|
@@ -30,6 +30,7 @@
|
|
#include "ooxml_global.hpp"
|
|
#include "spreadsheet_iface_util.hpp"
|
|
|
|
+#include <limits>
|
|
#include <cstdlib>
|
|
#include <iostream>
|
|
#include <string>
|
|
diff --git a/src/liborcus/xls_xml_context.cpp b/src/liborcus/xls_xml_context.cpp
|
|
index 3ca72e5..7504b4c 100644
|
|
--- a/src/liborcus/xls_xml_context.cpp
|
|
+++ b/src/liborcus/xls_xml_context.cpp
|
|
@@ -16,6 +16,7 @@
|
|
#include <mdds/sorted_string_map.hpp>
|
|
|
|
#include <iostream>
|
|
+#include <limits>
|
|
|
|
using namespace std;
|
|
namespace ss = orcus::spreadsheet;
|
|
diff --git a/src/liborcus/xlsx_revision_context.cpp b/src/liborcus/xlsx_revision_context.cpp
|
|
index edfd9ee..0b6ec0a 100644
|
|
--- a/src/liborcus/xlsx_revision_context.cpp
|
|
+++ b/src/liborcus/xlsx_revision_context.cpp
|
|
@@ -16,6 +16,7 @@
|
|
#include "orcus/global.hpp"
|
|
|
|
#include <iostream>
|
|
+#include <limits>
|
|
|
|
using namespace std;
|
|
|