Skip to content

Commit

Permalink
Fix build with GCC13 (mfontanini#496)
Browse files Browse the repository at this point in the history
Due to changes in GCC13 need fix include.
  • Loading branch information
Vascom authored Jan 24, 2023
1 parent f89cc9f commit 812be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tins/ip_address.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <string>
#include <iosfwd>
#include <functional>
#include <stdint.h>
#include <cstdint>
#include <tins/cxxstd.h>
#include <tins/macros.h>

Expand Down

0 comments on commit 812be79

Please sign in to comment.