Fixed missingf cstdint

This commit is contained in:
KiritoDv
2024-02-17 08:12:37 -06:00
parent 1d32d43c85
commit 5b1e5d632b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
#include <unordered_map>
#include <yaml-cpp/yaml.h>
#include <optional>
#include <cstdint>
enum class CompressionType {
MIO0,
+1
View File
@@ -5,6 +5,7 @@
#include <sstream>
#include <iomanip>
#include <algorithm>
#include <cstdint>
namespace Torch {
template< typename T >