From f8f551a78abd8d97249333e9259609fb9ed23ce6 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 5 Dec 2021 23:34:39 +0100 Subject: [PATCH] Fix include and namespace-prefix for using `std::move` in JSON reflector --- lib/json/reflector.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/json/reflector.h b/lib/json/reflector.h index 43dbe00..1e814a9 100644 --- a/lib/json/reflector.h +++ b/lib/json/reflector.h @@ -24,6 +24,7 @@ #include #include #include +#include #include #include "./errorhandling.h" @@ -668,7 +669,7 @@ void pull(Type &reflectable, rapidjson::GenericValuereportUnexpectedDuplicate(JsonType::Array); } }