Skip to content

Commit

Permalink
Fix missing cstdint for GCC 15
Browse files Browse the repository at this point in the history
  • Loading branch information
blackteahamburger authored and intel-mediadev committed Dec 20, 2024
1 parent 949d590 commit 46a7058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media_common/linux/common/os/mos_defs_specific.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <pthread.h>
#include <semaphore.h>
#include <cstdint>
#include <string>

typedef pthread_mutex_t MOS_MUTEX, *PMOS_MUTEX; //!< mutex pointer
Expand Down

0 comments on commit 46a7058

Please sign in to comment.