Skip to content

Commit

Permalink
Merge pull request #29 from comradez/main
Browse files Browse the repository at this point in the history
Explicitly include <cstdint> for GCC 13 compatibility
  • Loading branch information
inversepixel authored May 16, 2024
2 parents fc12cf2 + 59bcfe4 commit 4688ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/tool/filename.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

#include <algorithm>
#include <cassert>
#include <cstdint>
#include <string>
#include <iostream>
#include <sstream>
Expand Down
1 change: 1 addition & 0 deletions cpp/tool/pooling.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
#include <cmath>
#include <vector>
#include <string>
#include <cstdint>
#include <sstream>
#include <fstream>
#include <iostream>
Expand Down

0 comments on commit 4688ad8

Please sign in to comment.