calc: on editing invalidation of view with different zoom is wrong
[LibreOffice.git] / external / liborcus / include.patch.0
blob1131d04d3046ea0155e2477b97c369ca480f04e4
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>
11 --- include/orcus/types.hpp
12 +++ include/orcus/types.hpp
13 @@ -16,6 +16,7 @@
14  #pragma GCC diagnostic ignored "-Wshadow"
15  #endif
17 +#include <stdint.h>
18  #include <cstdlib>
19  #include <vector>
20  #include <string>