Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63
stars
21
forks
source link
Fix includes and std:: namespace for fixed width integers and size_t #74
Closed
csparker247 closed 9 months ago
size_t
tostd::size_t
and#include <cstddef>
std::
to all fixed width integer types and#include <cstdint>
@oceanusxiv please give this a try and let me know if I missed any includes.
Fixes #73