aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/gen/gen.cpp
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-05-12 11:53:48 +0200
committerMacroFake <falke.marco@gmail.com>2022-05-12 11:52:28 +0200
commitfac2c796cb4137e025a4a783f7460e5db9c74bc2 (patch)
treef22d0ce4198bbf1c4b7cfdd4ee435ce4390c5fb7 /src/univalue/gen/gen.cpp
parentdd9f61a184d4d395591ee3e9f1e839473e88ffd0 (diff)
parentf403531f97cb80930e9a8e70a6f0dbde4cc8a866 (diff)
Bump univalue subtree
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];