Skip to content

Commit 4e49a13

Browse files
Update backtracking/wildcard_matching.cpp
1 parent 9c35a06 commit 4e49a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/wildcard_matching.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
#include <cassert> /// for assert
15-
#include <cstdint> /// for integral typedefs
15+
#include <cstdint>
1616
#include <iostream> /// for IO operations
1717
#include <vector> /// for std::vector
1818

0 commit comments

Comments
 (0)