Skip to content

Commit 868c54b

Browse files
committed
Merge pull request xtaci#23 from jackeylu/patch-1
Update sort_demo.cpp
2 parents 958f3f3 + 6602d8c commit 868c54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sort_demo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
#include <cstdlib>
33
#include <iostream>
44
#include "sort.h"
55

@@ -114,4 +114,4 @@ int main (int argc, char const *argv[])
114114

115115

116116
return 0;
117-
}
117+
}

0 commit comments

Comments
 (0)