diff --git a/code_snippets/chapter05/chapter05_08-003_std_for_each.cpp b/code_snippets/chapter05/chapter05_08-003_std_for_each.cpp index a4096c23b..04207cd47 100644 --- a/code_snippets/chapter05/chapter05_08-003_std_for_each.cpp +++ b/code_snippets/chapter05/chapter05_08-003_std_for_each.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Copyright Christopher Kormanyos 2018. +// Copyright Christopher Kormanyos 2018 - 2023. // Distributed under the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -8,6 +8,8 @@ // chapter05_08-003_std_for_each.cpp #include +#include +#include #include namespace non_std