X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBrotliCustomDecompressLib%2Fdec%2Fhuffman.h;h=268008918611fd3aa85c87d129f5d0342738f663;hp=ead502dd7fceceec477b1f0ac88be40acd87941a;hb=2c8d2545f59bf00f0b2460dbeabee6645d130d3e;hpb=36ff6d80192515d7bac78706aa6ffa290f8643a8 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 #if defined(__cplusplus) || defined(c_plusplus) extern "C" {