kernel/process: Add missing <ctime> include

Fixes compilation on MSVC
master
Morph 2020-10-29 03:17:20 +07:00
parent 1a6b1bf1d7
commit 9cfc5fee2f
1 changed files with 1 additions and 0 deletions

@ -4,6 +4,7 @@
#include <algorithm>
#include <bitset>
#include <ctime>
#include <memory>
#include <random>
#include "common/alignment.h"