Skip to content

Commit

Permalink
Include cstdint for GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
sisakat committed May 3, 2024
1 parent 5d78592 commit f4fe41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panorama/panorama.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <string>
#include <vector>
#include <cstdint>

struct PanoramaImage
{
Expand Down

0 comments on commit f4fe41b

Please sign in to comment.