From 715cb40734e43a6b4687e1761c0464a88dd6a9eb Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Sat, 7 Oct 2017 17:07:05 +0900 Subject: [PATCH] fix include --- sprout/algorithm/cxx14/for_each_n.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sprout/algorithm/cxx14/for_each_n.hpp b/sprout/algorithm/cxx14/for_each_n.hpp index c52ce7a2..9f2cdc66 100644 --- a/sprout/algorithm/cxx14/for_each_n.hpp +++ b/sprout/algorithm/cxx14/for_each_n.hpp @@ -9,7 +9,6 @@ #define SPROUT_ALGORITHM_CXX14_FOR_EACH_N_HPP #include -#include namespace sprout { //