aports/testing/rvlprog/missing_cstdint.patch

13 lines
266 B
Diff
Raw Permalink Normal View History

diff --git a/include/protocol.hh b/include/protocol.hh
index 4ddd155..ecf782e 100644
--- a/include/protocol.hh
+++ b/include/protocol.hh
@@ -4,6 +4,7 @@
#include <string>
#include <map>
#include <vector>
+#include <cstdint>
using std::vector;
using std::map;