wiiu-env / libgui

7 stars 3 forks source link

Missing include at include/gui/memory.h #2

Open V10lator opened 4 years ago

V10lator commented 4 years ago

Compile time error:

libgui/include/gui/memory.h:29:19: error: 'uint32_t' was not declared in this scope

The fix is simple: Add #include stdint.h.

rpdistiso commented 1 month ago

Has this been fixed?