Skip to content

Commit

Permalink
Add <cstdint> for int64_t (AcademySoftwareFoundation#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-ilm committed Oct 31, 2022
1 parent 151083b commit 4184105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Imath/ImathVec.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <iostream>
#include <limits>
#include <cstdint>
#include <stdexcept>

#if (defined _WIN32 || defined _WIN64) && defined _MSC_VER
Expand Down

0 comments on commit 4184105

Please sign in to comment.