AK: Atomic.h needs <stddef.h> for ptrdiff_t

This commit is contained in:
Andreas Kling 2019-11-16 12:18:25 +01:00
commit 39e2b69153
Notes: sideshowbarker 2024-07-19 11:12:38 +09:00

View file

@ -1,5 +1,9 @@
#pragma once
#ifndef KERNEL
#include <stddef.h>
#endif
namespace AK {
enum MemoryOrder