mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Add <cstdint> header inclusion in GMPDeviceBinding.h and GMPDeviceBinding.cpp
This commit is contained in:
parent
0467215439
commit
a71a4c6d6d
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include "mozilla/Attributes.h"
|
||||
#include "prenv.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#ifdef XP_WIN
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#ifndef GMP_DEVICE_BINDING_h_
|
||||
#define GMP_DEVICE_BINDING_h_
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue