Skip to content

Commit 6add873

Browse files
authored
Add <cstdint> for int64_t (#268)
1 parent 7206ad1 commit 6add873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Imath/ImathVec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <iostream>
2020
#include <limits>
21+
#include <cstdint>
2122
#include <stdexcept>
2223

2324
#if (defined _WIN32 || defined _WIN64) && defined _MSC_VER

0 commit comments

Comments
 (0)