We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
0ct0pu5
/
ladybird
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
LibCompress: Add missing header to DeflateTables.h
Ben Wiederhake
3 năm trước cách đây
mục cha
f9a4f4f7e6
commit
ce1313fbdc
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
Userland/Libraries/LibCompress/DeflateTables.h
+ 1
- 0
Userland/Libraries/LibCompress/DeflateTables.h
Xem Tập Tin
@@ -7,6 +7,7 @@
#pragma once
#include <AK/Array.h>
+#include <stdint.h>
namespace Compress {