Fix self-including header

This commit is contained in:
Wojciech Kaluza
2019-05-21 22:15:24 +01:00
parent 9389912eaf
commit 41b2af8884

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>