Skip to content

Commit 7966ef2

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

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
@@ -13,7 +13,7 @@
1313
* @author [Jxtopher](https://github.com/jxtopher)
1414
*/
1515

16-
#include <algorithm> /// std::count
16+
#include <algorithm> /// for std::count
1717
#include <cassert> /// assert
1818
#include <iostream> /// IO operations
1919
#include <list> /// std::list

0 commit comments

Comments
 (0)