repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git]
/
external
/
liborcus
/
include.patch.0
blob
1131d04d3046ea0155e2477b97c369ca480f04e4
1
--- include/orcus/base64.hpp
2
+++ include/orcus/base64.hpp
3
@@ -9,6 +9,7 @@
4
#define __ORCUS_BASE64_HPP__
5
6
#include "env.hpp"
7
+#include <stdint.h>
8
#include <vector>
9
#include <string>
10
11
--- include/orcus/types.hpp
12
+++ include/orcus/types.hpp
13
@@ -16,6 +16,7 @@
14
#pragma GCC diagnostic ignored "-Wshadow"
15
#endif
16
17
+#include <stdint.h>
18
#include <cstdlib>
19
#include <vector>
20
#include <string>