aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/gen/gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/univalue/gen/gen.cpp')
-rw-r--r--src/univalue/gen/gen.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/univalue/gen/gen.cpp b/src/univalue/gen/gen.cpp
index b8a6c73f4e..ca5b470ddc 100644
--- a/src/univalue/gen/gen.cpp
+++ b/src/univalue/gen/gen.cpp
@@ -8,9 +8,11 @@
// $ ./gen > univalue_escapes.h
//
-#include <stdio.h>
-#include <string.h>
-#include "univalue.h"
+#include <univalue.h>
+
+#include <cstdio>
+#include <cstring>
+#include <string>
static bool initEscapes;
static std::string escapes[256];