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 {