Skip to content

Commit

Permalink
ProxySettings.h: add #include <cstdint>
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos authored and RogerZhongAWS committed Sep 12, 2024
1 parent 2e6a373 commit d4d182c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProxySettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
#pragma once

#include <cstdint>
#include <boost/property_tree/ptree.hpp>
namespace aws { namespace iot { namespace securedtunneling { namespace settings {
using boost::property_tree::ptree;
Expand Down

0 comments on commit d4d182c

Please sign in to comment.