Skip to content

Commit d08022c

Browse files
doc: update include doc in cpu_scheduling_algorithms/round_robin_scheduling.cpp
Co-authored-by: David Leal <[email protected]>
1 parent ba74e24 commit d08022c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu_scheduling_algorithms/round_robin_scheduling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <queue> /// Container for process execution turn
1717
#include <set> /// Container for processes that have arrived
1818
#include <string> /// For converting int type to string
19-
#include <utility> /// So I can use std::pair
19+
#include <utility> /// For std::pair
2020
#include <vector> /// Container for processes that will be executed
2121

2222
/**

0 commit comments

Comments
 (0)