mirror of
https://github.com/google/brotli.git
synced 2024-12-28 18:51:08 +00:00
Add missing <stdlib.h> to streams.cc
This commit is contained in:
parent
944c3b8290
commit
7de70dbcc7
@ -18,6 +18,7 @@
|
||||
#include "./streams.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace brotli {
|
||||
|
Loading…
Reference in New Issue
Block a user