mathworks / libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Add header for std::uint64_t #17

Closed jhughes-mw closed 1 year ago

jhughes-mw commented 1 year ago

Not much to say about this. Added the header

jhughes-mw commented 1 year ago

I just realized looking at the last PR I might have introduced this when the headers sorted. Either way, it's the right fix.