Преглед на файлове

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>