mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1197282 - Include <atomic> in VideoDecoder.h. r=cpearce
This commit is contained in:
parent
4f11626a2a
commit
25b4ecd9a3
@ -17,6 +17,8 @@
|
||||
#include "AnnexB.h"
|
||||
#include "Endian.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using mozilla::BigEndian;
|
||||
|
||||
static const uint8_t kAnnexBDelimiter[] = { 0, 0, 0, 1 };
|
||||
|
@ -17,6 +17,8 @@
|
||||
#ifndef __VideoDecoder_h__
|
||||
#define __VideoDecoder_h__
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include "gmp-task-utils.h"
|
||||
#include "gmp-video-decode.h"
|
||||
#include "gmp-video-host.h"
|
||||
|
Loading…
Reference in New Issue
Block a user