Add range-based for loop support.

This commit is contained in:
Mizuki Hirata
2015-01-31 09:02:52 +09:00
committed by Takatoshi Kondo
parent fa231139d7
commit 994144dac2
4 changed files with 40 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
// limitations under the License.
//
#include "msgpack/object.hpp"
#include "msgpack/iterator.hpp"
#include "msgpack/zone.hpp"
#include "msgpack/pack.hpp"
#include "msgpack/unpack.hpp"