Skip to content

Commit

Permalink
Merge pull request #3 from FabioLolix/gcc13fix
Browse files Browse the repository at this point in the history
Fix build with gcc 13.1.1
  • Loading branch information
SokoloffA authored Jun 12, 2023
2 parents 42455c9 + 84b6e5c commit cbb2b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <vector>
#include <fstream>
#include <array>
#include <cstdint>

class Error : public std::runtime_error
{
Expand Down

0 comments on commit cbb2b4e

Please sign in to comment.