diff --git a/cxxheaderonly/progress_display.hpp b/cxxheaderonly/progress_display.hpp index acbf2eb..5752768 100644 --- a/cxxheaderonly/progress_display.hpp +++ b/cxxheaderonly/progress_display.hpp @@ -14,7 +14,7 @@ namespace cxxheaderonly { class progress_display { public: - using std::uint64_t; + typedef std::uint64_t uint64; explicit progress_display(uint64 expected_count, bool show_scale = true,