瀏覽代碼

LibCompress: Add missing header to DeflateTables.h

Ben Wiederhake 3 年之前
父節點
當前提交
ce1313fbdc
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {