Explorar o código

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

Andreas Kling %!s(int64=4) %!d(string=hai) anos
pai
achega
a1944ec966
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>