mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed missingf cstdint
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <unordered_map>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
#include <optional>
|
||||
#include <cstdint>
|
||||
|
||||
enum class CompressionType {
|
||||
MIO0,
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Torch {
|
||||
template< typename T >
|
||||
|
||||
Reference in New Issue
Block a user