Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanw-bq committed Mar 29, 2023
1 parent abc7f83 commit 49bf420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/aws_sdk_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "aws_sdk_helper.h"

std::atomic<int> AWS_SDK_HELPER::sdk_reference_count = 0;
std::atomic<int> AWS_SDK_HELPER::sdk_reference_count{0};
std::mutex AWS_SDK_HELPER::sdk_mutex;

AWS_SDK_HELPER& AWS_SDK_HELPER::operator++()
Expand Down

0 comments on commit 49bf420

Please sign in to comment.