Skip to content

Commit af93051

Browse files
author
Grok Compression
committed
examples: add <cstdlib> header to core_compress example
1 parent 1be9ceb commit af93051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/core/core_compress.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ of three approaches for the destination:
2929
#include <cstdio>
3030
#include <cstring>
3131
#include <memory>
32+
#include <cstdlib>
3233
#include <inttypes.h>
3334

3435
#include "grok.h"

0 commit comments

Comments
 (0)