Skip to content

Commit

Permalink
Merge pull request #6 from mfrischknecht/fix-build-on-gcc13
Browse files Browse the repository at this point in the history
Fix build on GCC 13
  • Loading branch information
sc0ty committed Feb 4, 2024
2 parents e5a5288 + da37b3c commit 2d392a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/general/file.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __IO_H__
#define __IO_H__

#include <cstdint>
#include <vector>
#include <string>
#include <cstddef>
Expand Down
1 change: 1 addition & 0 deletions src/general/filelist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __FILES_H__
#define __FILES_H__

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

Expand Down

0 comments on commit 2d392a2

Please sign in to comment.