Skip to content

Commit 683b6e4

Browse files
authored
Update iterator.hpp
Can be a problem depending on the project folder nomenclature.
1 parent 53bfbba commit 683b6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/msgpack/iterator.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#ifndef MSGPACK_ITERATOR_HPP
1212
#define MSGPACK_ITERATOR_HPP
1313

14-
#include <msgpack/iterator_decl.hpp>
14+
#include "msgpack/iterator_decl.hpp"
1515

16-
#include <msgpack/v1/iterator.hpp>
16+
#include "msgpack/v1/iterator.hpp"
1717

1818
#endif // MSGPACK_ITERATOR_HPP

0 commit comments

Comments
 (0)