浏览代码

kernel/process: Add missing <ctime> include

Fixes compilation on MSVC
Morph 5 年之前
父节点
当前提交
9cfc5fee2f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/hle/kernel/process.cpp

+ 1 - 0
src/core/hle/kernel/process.cpp

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