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

LibVT: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-10-02 21:56:05 +02:00 committed by Linus Groh
parent d9a0d2182d
commit fd7e8f16f2
3 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Types.h>
namespace VT {
enum CharacterSet {

View file

@ -7,6 +7,7 @@
#pragma once
#include <AK/Debug.h>
#include <AK/Format.h>
#include <AK/Platform.h>
#include <AK/Span.h>
#include <AK/Types.h>

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Types.h>
namespace VT {
class Position {