1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

AK: Include Platform.h in RefCounted.h so we have ALWAYS_INLINE

Otherwise Lagom doesn't build on my host machine.
This commit is contained in:
Andreas Kling 2020-05-20 14:13:39 +02:00
parent 746db0bedb
commit e10183a6c5

View file

@ -27,6 +27,7 @@
#pragma once
#include <AK/Assertions.h>
#include <AK/Platform.h>
#include <AK/StdLibExtras.h>
namespace AK {