intel / xpumanager

MIT License
87 stars 18 forks source link

Fix build error on uint*_t types #73

Closed hector-cao closed 6 months ago

hector-cao commented 7 months ago

On Ubuntu with gcc (Ubuntu 13.2.0-13ubuntu1) 13.2.0 We have build errors related to uint*_t type definitions.

core/src/infrastructure/device_util_by_proc.h:14:5: error: ‘uint32_t’ does not name a type 14 | uint32_t deviceId;

To fix this error, add include to appropriate header files.

huiqiwa commented 6 months ago

@hector-cao Thank you. This fix has been successfully implemented in version 1.2.30.