From 50a54a18faf5dd51374dfe136f26f2552d9ca5e7 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 11 Oct 2016 09:14:04 +0200 Subject: More includes --- envelope/main.cpp | 1 + rng.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/envelope/main.cpp b/envelope/main.cpp index 3889c2a..895b37c 100644 --- a/envelope/main.cpp +++ b/envelope/main.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include "../base64.h" diff --git a/rng.cpp b/rng.cpp index fc86993..5bed44b 100644 --- a/rng.cpp +++ b/rng.cpp @@ -1,3 +1,4 @@ +#include #include #include #include "rng.h" -- cgit v1.2.3-54-g00ecf