diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2020-04-24 17:41:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 17:41:17 -0400 |
commit | 756162415bde12e60125f0b3a69e321c45956ae3 (patch) | |
tree | 4f3e5b64797350231078fa8ee78fe1ab1c9403a4 /dom/media | |
parent | b6534366698201c43b968b89d6b1f49b339680a8 (diff) | |
download | uxp-756162415bde12e60125f0b3a69e321c45956ae3.tar.gz |
Add Unused.h to dom/media/webrtc/MediaTrackConstraints.cpp
Diffstat (limited to 'dom/media')
-rw-r--r-- | dom/media/webrtc/MediaTrackConstraints.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/media/webrtc/MediaTrackConstraints.cpp b/dom/media/webrtc/MediaTrackConstraints.cpp index 6225b6d49a..42582e3c29 100644 --- a/dom/media/webrtc/MediaTrackConstraints.cpp +++ b/dom/media/webrtc/MediaTrackConstraints.cpp @@ -5,6 +5,7 @@ #include "MediaTrackConstraints.h" #include "mozilla/dom/MediaStreamTrackBinding.h" +#include "mozilla/Unused.h" #include <limits> #include <algorithm> |