We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c35a06 commit 4e49a13Copy full SHA for 4e49a13
backtracking/wildcard_matching.cpp
@@ -12,7 +12,7 @@
12
*/
13
14
#include <cassert> /// for assert
15
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
16
#include <iostream> /// for IO operations
17
#include <vector> /// for std::vector
18
0 commit comments