Skip to content

Commit

Permalink
FileSystem: add missing <cstdint> header
Browse files Browse the repository at this point in the history
needed for sized intXX_t types, fixes the build against gcc13
  • Loading branch information
nekopsykose committed May 1, 2023
1 parent 4a92275 commit ea0d5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/FileSystems/FileSystem.h
Expand Up @@ -20,6 +20,7 @@
#include <vector>
#include <string>
#include <cstring>
#include <cstdint>
#include <ctime>

#include "Common.h"
Expand Down

0 comments on commit ea0d5a2

Please sign in to comment.