Update iterator.hpp

Can be a problem depending on the project folder nomenclature.
This commit is contained in:
Philippe Jaubert 2021-11-01 15:27:17 +01:00 committed by GitHub
parent 53bfbba863
commit 683b6e42c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@
#ifndef MSGPACK_ITERATOR_HPP #ifndef MSGPACK_ITERATOR_HPP
#define MSGPACK_ITERATOR_HPP #define MSGPACK_ITERATOR_HPP
#include <msgpack/iterator_decl.hpp> #include "msgpack/iterator_decl.hpp"
#include <msgpack/v1/iterator.hpp> #include "msgpack/v1/iterator.hpp"
#endif // MSGPACK_ITERATOR_HPP #endif // MSGPACK_ITERATOR_HPP