Skip to content

Commit

Permalink
fix build error in TCP.cpp (#8072)
Browse files Browse the repository at this point in the history
Include <limits> to satisfy the proper use of std::numeric_limits.
  • Loading branch information
CodeChronos928 authored Jul 2, 2021
1 parent 2478e02 commit e0d3142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transport/raw/TCP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <transport/raw/MessageHeader.h>

#include <inttypes.h>
#include <limits>

namespace chip {
namespace Transport {
Expand Down

0 comments on commit e0d3142

Please sign in to comment.