Fixed linux issues

This commit is contained in:
KiritoDv
2024-01-31 12:46:05 -06:00
parent 16a825c0d0
commit de35c441fc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <cstdint>
#include <unordered_map>
#include <yaml-cpp/yaml.h>
#include <optional>
enum class CompressionType {
MIO0,
+1
View File
@@ -3,6 +3,7 @@
#include <string>
#include <fstream>
#include <sstream>
#include <iomanip>
namespace Torch {
template< typename T >