Skip to content

Commit

Permalink
Fixed missingf cstdint
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Feb 17, 2024
1 parent 1d32d43 commit 5b1e5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/Decompressor.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <unordered_map>
#include <yaml-cpp/yaml.h>
#include <optional>
#include <cstdint>

enum class CompressionType {
MIO0,
Expand Down
1 change: 1 addition & 0 deletions src/utils/TorchUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <sstream>
#include <iomanip>
#include <algorithm>
#include <cstdint>

namespace Torch {
template< typename T >
Expand Down

0 comments on commit 5b1e5d6

Please sign in to comment.