diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-01-31 14:50:31 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-01-31 14:50:31 -0600 |
| commit | dadf7414ee87ff64d9da433b67a3a7c555f9c76c (patch) | |
| tree | 27283165f0d568ca4e3273a07c5c8f06e6fdd6aa /src/utils | |
| parent | 39fcdc86d69e2f5410b7e975ec36f56a7b7c692d (diff) | |
Fixed windows issues
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/TorchUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/TorchUtils.h b/src/utils/TorchUtils.h index e3d89e6..6c8b6c4 100644 --- a/src/utils/TorchUtils.h +++ b/src/utils/TorchUtils.h @@ -4,6 +4,7 @@ #include <fstream> #include <sstream> #include <iomanip> +#include <algorithm> namespace Torch { template< typename T > |
