Skip to content

Commit

Permalink
Merge pull request #12 from apocalyptech/archlinux-compilation
Browse files Browse the repository at this point in the history
Fix a compilation error on Arch Linux
  • Loading branch information
Redcrafter committed Jul 3, 2024
2 parents 8528298 + 043fa80 commit f487a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/image.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <span>
#include <string>
#include <utility>
#include <cstdint>

class Image {
uint32_t* data_ = nullptr;
Expand Down

0 comments on commit f487a7a

Please sign in to comment.