diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-01-27 00:46:46 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-01-27 00:46:46 +1000 |
commit | f380744c61bcce41c64bcc4c2b65b7aa07227a96 (patch) | |
tree | 2c63ae84ab458a4c007ce353b263c8c2431f840f /src/android | |
parent | b7e11d3724a262da718d1eff3d6e8c2c57f18637 (diff) |
android: Fix compilation by adding missing log.h include
Adds missing include for common/logging/log.h in gpu.h which was causing
compilation failures on Android. This header is needed for logging
functionality used in GPU-related operations.
The include was previously indirectly available through other headers,
but making it explicit improves code clarity and prevents potential
future compilation issues.
Diffstat (limited to 'src/android')
0 files changed, 0 insertions, 0 deletions