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 May 30, 2023
1 parent f6ba73e commit de87796
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 de87796

Please sign in to comment.