From 4e1b3be88e7f02b4d7adab9e6daefed504e32b39 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Mon, 8 Jun 2020 23:00:21 +0200 Subject: [PATCH] Add missing include for DerefProxy --- include/valijson/adapters/std_string_adapter.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/valijson/adapters/std_string_adapter.hpp b/include/valijson/adapters/std_string_adapter.hpp index a7b5fca8..99d09ab4 100644 --- a/include/valijson/adapters/std_string_adapter.hpp +++ b/include/valijson/adapters/std_string_adapter.hpp @@ -18,6 +18,7 @@ #include #include +#include namespace valijson { namespace adapters {