Skip to content

Commit debc54b

Browse files
committed
fix concat_string
1 parent 142d1d8 commit debc54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/0002.concatstring/concat_string.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include <fast_io.h>
2-
#include <string>
1+
#include <string>
2+
#include <fast_io.h>
33
#include <version>
44

55
struct benchmark_return {

0 commit comments

Comments
 (0)