Skip to content

Commit 2263f03

Browse files
Update backtracking/magic_sequence.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 7966ef2 commit 2263f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/magic_sequence.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
#include <algorithm> /// for std::count
17-
#include <cassert> /// assert
17+
#include <cassert> /// for assert
1818
#include <iostream> /// IO operations
1919
#include <list> /// std::list
2020
#include <numeric> /// std::accumulate

0 commit comments

Comments
 (0)