Skip to content

Commit

Permalink
Merge pull request #574 from Ferenc-/port-to-gcc13
Browse files Browse the repository at this point in the history
Fix missing cstdint on GCC 13
  • Loading branch information
grah76 committed Apr 10, 2024
2 parents 817c008 + 7c4b8f7 commit 347acb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/openlocationcode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <algorithm>
#include <cmath>
#include <cstdint>

#include "codearea.h"

Expand Down

0 comments on commit 347acb4

Please sign in to comment.