Skip to content

Commit b34dbff

Browse files
Update cpu_scheduling_algorithms/fcfs_scheduling.cpp
1 parent 054e37c commit b34dbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu_scheduling_algorithms/fcfs_scheduling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <algorithm> /// for sorting
1313
#include <cassert> /// for assert
14-
#include <cstdint> /// for integral typedefs
14+
#include <cstdint>
1515
#include <cstdlib> /// random number generation
1616
#include <ctime> /// for time
1717
#include <iomanip> /// for formatting the output

0 commit comments

Comments
 (0)