Skip to content

Commit 3433b87

Browse files
missing headers
1 parent 6ab4e89 commit 3433b87

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

source/s3_auto_ranged_put.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <aws/common/clock.h>
1414
#include <aws/common/encoding.h>
1515
#include <aws/common/string.h>
16+
#include <aws/common/xml_parser.h>
1617
#include <aws/io/stream.h>
1718

1819
/* TODO: better logging of steps */

source/s3_copy_object.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "aws/s3/private/s3_request_messages.h"
99
#include "aws/s3/private/s3_util.h"
1010
#include <aws/common/string.h>
11+
#include <aws/common/xml_parser.h>
1112

1213
/* Objects with size smaller than the constant below are bypassed as S3 CopyObject instead of multipart copy */
1314
static const size_t s_multipart_copy_minimum_object_size = GB_TO_BYTES(1);

0 commit comments

Comments
 (0)