From c89b36f749a375868a6509e091fcdc7c1aba2a84 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 19 Nov 2016 17:03:10 -0500 Subject: [PATCH] add missing include for std::function --- source/detail/xlsx_consumer.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/detail/xlsx_consumer.hpp b/source/detail/xlsx_consumer.hpp index e0531127..45dacedd 100644 --- a/source/detail/xlsx_consumer.hpp +++ b/source/detail/xlsx_consumer.hpp @@ -24,6 +24,7 @@ #pragma once #include +#include #include #include #include