1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00

AK: TypeCasts.h should include Assertions.h

This commit is contained in:
Andreas Kling 2021-02-10 08:25:09 +01:00
parent 635a5eec75
commit 548f8a0644

View file

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