зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1627389 - Add missing using statements to xpcom/ds. r=xpcom-reviewers,KrisWright
Differential Revision: https://phabricator.services.mozilla.com/D69655 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
ba62a51069
Коммит
8b6c75d28a
|
@ -17,6 +17,10 @@
|
|||
#include "nsThreadUtils.h"
|
||||
#include "nsVariant.h"
|
||||
|
||||
using mozilla::MakeRefPtr;
|
||||
using mozilla::SimpleEnumerator;
|
||||
using mozilla::Unused;
|
||||
|
||||
extern "C" {
|
||||
|
||||
// This function uses C linkage because it's exposed to Rust to support the
|
||||
|
|
Загрузка…
Ссылка в новой задаче