Bug 1866716 - Fixup for WasiAtomic.h CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D194875
This commit is contained in:
Gabriele Svelto 2023-11-28 14:00:34 +00:00
Родитель 3be4edbfe4
Коммит bf06bd8102
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -12,6 +12,7 @@
# include <atomic>
#else
# include <cstddef> // For ptrdiff_t
# include <cstdint>
// WASI doesn't support <atomic> and we use it as single-threaded for now.