Skip to content

Commit

Permalink
Add missing <limits> include
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Dec 19, 2024
1 parent 8dece86 commit 6efc313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spi/SpiWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "spi/SpiWriter.h"
#include "Byte.h"
#include <array>
#include <limits>

namespace eth::spi
{
Expand Down

0 comments on commit 6efc313

Please sign in to comment.