Procházet zdrojové kódy

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

Andreas Kling před 4 roky
rodič
revize
a1944ec966
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>