mirror of https://github.com/google/brotli
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