Skip to content

Commit 737379d

Browse files
Missing cstdlib include
1 parent 1a3e878 commit 737379d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ChunkedEncoding.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Authored by Alex Hultman, 2018-2022.
2+
* Authored by Alex Hultman, 2018-2026.
33
* Intellectual property of third-party.
44
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,6 +22,7 @@
2222

2323
#include <string>
2424
#include <cstring>
25+
#include <cstdlib>
2526
#include <algorithm>
2627
#include <string_view>
2728
#include "MoveOnlyFunction.h"

0 commit comments

Comments
 (0)