aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/crypto/base64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/base64.cc')
-rw-r--r--src/crypto/base64.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/base64.cc b/src/crypto/base64.cc
index 6d8a9d1..ae38e3e 100644
--- a/src/crypto/base64.cc
+++ b/src/crypto/base64.cc
@@ -30,8 +30,8 @@
also delete it here.
*/
-#include <string.h>
-#include <stdlib.h>
+#include <cstdlib>
+#include <cstring>
#include "src/util/fatal_assert.h"
#include "src/crypto/base64.h"