Browse Source

LibCompress: Add missing header to DeflateTables.h

Ben Wiederhake 3 năm trước cách đây
mục cha
commit
ce1313fbdc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Userland/Libraries/LibCompress/DeflateTables.h

+ 1 - 0
Userland/Libraries/LibCompress/DeflateTables.h

@@ -7,6 +7,7 @@
 #pragma once
 
 #include <AK/Array.h>
+#include <stdint.h>
 
 namespace Compress {