1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00

Utilities: Correct non-standard assert macros includes

This commit is contained in:
Jean-Baptiste Boric 2021-05-15 12:34:40 +02:00 committed by Linus Groh
parent b9d3df70e0
commit 3038edab00
Notes: sideshowbarker 2024-07-18 17:56:32 +09:00
29 changed files with 29 additions and 1 deletions

View file

@ -6,6 +6,7 @@
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#include <AK/Assertions.h>
#include <AK/Endian.h>
#include <AK/Random.h>
#include <LibCore/ArgsParser.h>