Skip to content

Commit

Permalink
add missing include (#74)
Browse files Browse the repository at this point in the history
without this we get errors with GCC 13

Change-Id: I81cc6732e140dc1a4bd741cc946bde18a67efebc
  • Loading branch information
garymm authored Sep 14, 2023
1 parent cd09938 commit 79e136b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decompress.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <cstddef>
#include <cstdint>
#include <expected>
#include <memory>
#include <span>
Expand Down

0 comments on commit 79e136b

Please sign in to comment.