Skip to content

Commit

Permalink
Merge pull request #106 from gregmedd/bugfix/ipaddr-missing-ints
Browse files Browse the repository at this point in the history
Fix issue with g++ builds on ubuntu 24.04
  • Loading branch information
gregmedd authored May 21, 2024
2 parents 966dab6 + 9d0eeb3 commit b98530c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/up-cpp/utils/IpAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#ifndef UP_CPP_UTILS_IPADDRESS_H
#define UP_CPP_UTILS_IPADDRESS_H

#include <cstdint>
#include <string>
#include <string_view>
#include <type_traits>
Expand Down

0 comments on commit b98530c

Please sign in to comment.