blob: 1131d04d3046ea0155e2477b97c369ca480f04e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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>
|