Skip to content

Commit

Permalink
test/fb_bench: resolve uint64_t ambiguity
Browse files Browse the repository at this point in the history
Issue #5428
  • Loading branch information
nfeske committed Feb 5, 2025
1 parent 5d9673c commit 3fc1fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/os/src/test/fb_bench/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ struct Test
{
enum { DURATION_MS = 2000 };

using uint64_t = Genode::uint64_t;

Env &env;
int id;
Timer::Connection timer { env };
Expand Down

0 comments on commit 3fc1fff

Please sign in to comment.