We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
ladybird
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
LibCompress: Add missing header to DeflateTables.h
Ben Wiederhake
3 years ago
parent
f9a4f4f7e6
commit
ce1313fbdc
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
Userland/Libraries/LibCompress/DeflateTables.h
+ 1
- 0
Userland/Libraries/LibCompress/DeflateTables.h
View File
@@ -7,6 +7,7 @@
#pragma once
#pragma once
#include <AK/Array.h>
#include <AK/Array.h>
+#include <stdint.h>
namespace Compress {
namespace Compress {