From 7966ef22d17cf450ab0fa4ef98c564d26346fa12 Mon Sep 17 00:00:00 2001 From: Jxtopher <39927513+Jxtopher@users.noreply.github.com> Date: Tue, 13 Jul 2021 13:25:25 +0200 Subject: [PATCH] Update backtracking/magic_sequence.cpp Co-authored-by: David Leal --- backtracking/magic_sequence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtracking/magic_sequence.cpp b/backtracking/magic_sequence.cpp index 440e2cee8..0948218b5 100644 --- a/backtracking/magic_sequence.cpp +++ b/backtracking/magic_sequence.cpp @@ -13,7 +13,7 @@ * @author [Jxtopher](https://github.com/jxtopher) */ -#include /// std::count +#include /// for std::count #include /// assert #include /// IO operations #include /// std::list