Skip to content

Commit 94edaf6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu_scheduling_algorithms/round_robin_scheduling.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author [Daemon19](https://github.com/Daemon19)
1010
*/
1111

12-
#include <algorithm> /// So I can use std::sort
12+
#include <algorithm> /// For std::sort
1313
#include <cassert> /// For testing the round-robin algorithm
1414
#include <iomanip> /// For formatting process results output
1515
#include <iostream> /// For outputting process execution results

0 commit comments

Comments
 (0)