framebuffer/virtio: resolve uint64_t ambiguity

This ambiguity is caused by the inclusion of arm_neon.h by the blit
library header.

Issue #5428
This commit is contained in:
Norman Feske 2025-02-04 14:50:03 +01:00 committed by Christian Helmuth
parent 30b3fa45f1
commit e3607a2d67

View File

@ -33,6 +33,8 @@ class Virtio_fb::Driver
{
private:
using uint64_t = Genode::uint64_t;
/*
* Noncopyable
*/