summaryrefslogtreecommitdiff
path: root/external/liborcus/include.patch.0
blob: 3bed5aebf865dc6b288461777c52aea9e707c1eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
--- include/orcus/base64.hpp
+++ include/orcus/base64.hpp
@@ -9,6 +9,7 @@
 #define __ORCUS_BASE64_HPP__
 
 #include "env.hpp"
+#include <stdint.h>
 #include <vector>
 #include <string>
 
--- include/orcus/types.hpp
+++ include/orcus/types.hpp
@@ -16,6 +16,7 @@
 #pragma GCC diagnostic ignored "-Wshadow"
 #endif
 
+#include <stdint.h>
 #include <cstdlib>
 #include <vector>
 #include <string>

--- src/liborcus/orcus_xlsx.cpp
+++ src/liborcus/orcus_xlsx.cpp
@@ -32,6 +32,7 @@
 
 #include <cstdlib>
 #include <iostream>
+#include <limits>
 #include <string>
 #include <cstring>
 #include <sstream>
--- src/liborcus/xls_xml_context.cpp
+++ src/liborcus/xls_xml_context.cpp
@@ -16,6 +16,7 @@
 #include <mdds/sorted_string_map.hpp>
 
 #include <iostream>
+#include <limits>
 
 using namespace std;
 
--- src/liborcus/xlsx_revision_context.cpp
+++ src/liborcus/xlsx_revision_context.cpp
@@ -16,6 +16,7 @@
 #include "orcus/global.hpp"
 
 #include <iostream>
+#include <limits>
 
 using namespace std;