Merge pull request #87 from silbo/master

Add missing include for DerefProxy
This commit is contained in:
Tristan Penman 2020-06-09 09:40:43 +10:00 committed by GitHub
commit 83af012942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
#include <valijson/adapters/adapter.hpp>
#include <valijson/adapters/frozen_value.hpp>
#include <valijson/adapters/basic_adapter.hpp>
namespace valijson {
namespace adapters {