1 2 3 4 5 6 7 8 9 10 11 12
diff --git a/include/m17cxx/Util.h b/include/m17cxx/Util.h index 7aca344..fb3cedf 100644 --- a/include/m17cxx/Util.h +++ b/include/m17cxx/Util.h @@ -3,6 +3,7 @@ #pragma once #include <algorithm> +#include <cstdint> #include <cstdlib> #include <cassert> #include <array>