Skip to content

Commit

Permalink
Include correct <limits> header for AVR
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Jun 24, 2021
1 parent 791567c commit ad3a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Display/Helpers/Bresenham.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#include <AH/Arduino-Wrapper.h>

#include <AH/STL/cmath>
#include <AH/STL/limits>
#include <Printable.h>
#include <Settings/SettingsWrapper.hpp>
#include <limits>

BEGIN_CS_NAMESPACE

Expand Down

0 comments on commit ad3a277

Please sign in to comment.