From 9650def29a59096d6f1d0198dc5fbf0a7b31dba3 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Fri, 31 Jul 2015 10:30:37 +0900 Subject: [PATCH] Added iterator.hpp to the installing files list. Makefile.am has it but CMakeLists.txt didn't have it. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8af0b372..84691a15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,6 +146,7 @@ IF (MSGPACK_ENABLE_CXX) include/msgpack/detail/cpp03_zone.hpp include/msgpack/detail/cpp11_zone.hpp include/msgpack/fbuffer.hpp + include/msgpack/iterator.hpp include/msgpack/meta.hpp include/msgpack/object.hpp include/msgpack/object_fwd.hpp