Browse Source

LibCompress: Add missing header to DeflateTables.h

Ben Wiederhake 3 years ago
parent
commit
ce1313fbdc
1 changed files with 1 additions and 0 deletions
  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 {