Skip to content

Commit

Permalink
Merge pull request #2 from tiran/include-cstdint
Browse files Browse the repository at this point in the history
Fix 'uint64_t' was not declared in this scope
  • Loading branch information
PeterStaar-IBM authored Oct 1, 2024
2 parents cc59d4f + f8b084a commit c86fcd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "args.h"

#include <cstdlib>
#include <cstdint>

#include <iostream>
#include <stdexcept>
Expand Down

0 comments on commit c86fcd1

Please sign in to comment.