Skip to content

Commit

Permalink
Added cstring in order to fix clang CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Jan 12, 2024
1 parent 0c528d3 commit 9a74117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/utility/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <type_traits>
#include <bitset>
#include <cstdlib>
#include <cstring>

// platform specific
#ifdef _WIN32
Expand Down

0 comments on commit 9a74117

Please sign in to comment.