diff options
Diffstat (limited to 'netwerk/streamconv/converters/nsHTTPCompressConv.cpp')
-rw-r--r-- | netwerk/streamconv/converters/nsHTTPCompressConv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netwerk/streamconv/converters/nsHTTPCompressConv.cpp b/netwerk/streamconv/converters/nsHTTPCompressConv.cpp index c35b0dcac..2821c9aed 100644 --- a/netwerk/streamconv/converters/nsHTTPCompressConv.cpp +++ b/netwerk/streamconv/converters/nsHTTPCompressConv.cpp @@ -15,8 +15,10 @@ #include "nsThreadUtils.h" #include "mozilla/Preferences.h" #include "mozilla/Logging.h" +#include "mozilla/UniquePtrExtensions.h" #include "nsIForcePendingChannel.h" #include "nsIRequest.h" +#include <inttypes.h> // brotli headers #include "state.h" |