123456789101112131415161718192021222324252627282930 |
- @@ -159,6 +159,7 @@
- #include <limits>
-
- #include <cstddef>
- +#include <cstdint>
-
-
- // Windows specific addition to prevent the indirect import of the redefined min/max macros
- @@ -53,6 +53,7 @@
- #include <cstring>
- #include <cassert>
- #include <algorithm>
- +#include <cstdint>
-
-
- using namespace std;
- @@ -40,6 +40,7 @@
- //
- //-----------------------------------------------------------------------------
-
- +#include <cstdint>
- #include <ImfMisc.h>
- #include <ImfHeader.h>
- #include <ImfAttribute.h>
|