Merge pull request #783 from wkaluza/pr_header_circular_reference

Fix header circular reference
This commit is contained in:
Takatoshi Kondo 2019-05-27 17:05:40 +09:00 committed by GitHub
commit fbdf16db09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@
#ifndef MSGPACK_V1_TYPE_ARRAY_REF_HPP
#define MSGPACK_V1_TYPE_ARRAY_REF_HPP
#include "msgpack/v1/adaptor/array_ref.hpp"
#include "msgpack/adaptor/check_container_size.hpp"
#include "msgpack/cpp_config.hpp"
#include <cstring>