Add <cstdint> header inclusion in GMPDeviceBinding.h and GMPDeviceBinding.cpp

This commit is contained in:
ownedbywuigi 2026-04-23 08:21:57 +01:00
commit a71a4c6d6d
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#include "mozilla/Attributes.h"
#include "prenv.h"
#include <cstdint>
#include <string>
#ifdef XP_WIN

View file

@ -6,6 +6,7 @@
#ifndef GMP_DEVICE_BINDING_h_
#define GMP_DEVICE_BINDING_h_
#include <cstdint>
#include <string>
namespace mozilla {