Skip to content

Commit

Permalink
Missing format header
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 11, 2024
1 parent a0b4a91 commit c84ae34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kakadu_image_reader.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "kakadu_image_reader.h"
#include "kaduceus/src/lib.rs.h"

#include <format>

namespace digirati::kaduceus {

std::unique_ptr<KakaduDecompressor> KakaduImageReader::decompress(const struct Region& region)
Expand Down

0 comments on commit c84ae34

Please sign in to comment.