diff options
Diffstat (limited to 'MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h')
-rw-r--r-- | MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h b/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h index ead502dd7f..2680089186 100644 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h @@ -11,6 +11,7 @@ #include "../common/types.h"
#include "./port.h"
+#include <BrotliDecompressLibInternal.h>
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
|