Skip to content

Commit 6602d8c

Browse files
committed
Update sort_demo.cpp
added the head file for built-in function rand()
1 parent 958f3f3 commit 6602d8c

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)