Skip to content

Commit

Permalink
Fix compilation on GCC 13 (#207)
Browse files Browse the repository at this point in the history
* Fix compilation on GCC 13

---------

Co-authored-by: Felix Gündling <felix.guendling@gmail.com>
  • Loading branch information
jbruechert and felixguendling committed Mar 3, 2024
1 parent a46b7d8 commit f67b3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cista/buffer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <cstdlib>
#include <cstring>

Expand Down

0 comments on commit f67b3bf

Please sign in to comment.