瀏覽代碼

Kernel: Add missing AK/Format.h include in KResult.h

Andreas Kling 4 年之前
父節點
當前提交
a1944ec966
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Kernel/KResult.h

+ 1 - 0
Kernel/KResult.h

@@ -7,6 +7,7 @@
 #pragma once
 
 #include <AK/Assertions.h>
+#include <AK/Format.h>
 #include <AK/Platform.h>
 #include <AK/StdLibExtras.h>
 #include <LibC/errno_numbers.h>