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

Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller

This commit is contained in:
Andreas Kling 2020-03-08 12:05:14 +01:00
parent 35d88f536c
commit 37fc6c117c
44 changed files with 67 additions and 25 deletions

View file

@ -30,6 +30,7 @@
#include "Screen.h"
#include "Window.h"
#include "WindowManager.h"
#include <AK/Memory.h>
#include <LibCore/Timer.h>
#include <LibGfx/Font.h>
#include <LibGfx/Painter.h>

View file

@ -35,6 +35,7 @@
#include <LibGfx/SystemTheme.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
int main(int, char**)
{