Skip to content

Commit

Permalink
Merge pull request #17 from hermansr/gcc13
Browse files Browse the repository at this point in the history
add missing header files, to fix compilation errors when using GCC 13
  • Loading branch information
janbar authored May 9, 2023
2 parents 0f964ef + a713935 commit a461a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions noson/src/audioformat.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "local_config.h"

#include <cstdint>
#include <string>

namespace NSROOT
Expand Down
1 change: 1 addition & 0 deletions noson/src/filepicreader.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "streamreader.h"

#include <cstdint>
#include <string>
#include <vector>

Expand Down

0 comments on commit a461a21

Please sign in to comment.