Bug 1645766 - Fix build failure in AsyncLogger.h on ppc64le. r=achronop

Thanks to Dan Horák <dan@danny.cz> for the report and fix suggestion.

Differential Revision: https://phabricator.services.mozilla.com/D79683
This commit is contained in:
Paul Adenot 2020-06-15 13:45:08 +00:00
Родитель e1d05bdc1d
Коммит 1d21042226
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,7 @@
#include <atomic>
#include <thread>
#include <cinttypes>
#include "mozilla/ArrayUtils.h"
#include "mozilla/Attributes.h"
#include "mozilla/Logging.h"