From b410ee87be2753b7e9aed97e4caaa1b91c0a4efd Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 31 Oct 2015 06:54:41 -0400 Subject: [PATCH] fix missing iterator header --- source/s11n/excel_serializer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/s11n/excel_serializer.cpp b/source/s11n/excel_serializer.cpp index 4b385525..826c3340 100644 --- a/source/s11n/excel_serializer.cpp +++ b/source/s11n/excel_serializer.cpp @@ -1,3 +1,4 @@ +#include #include #include