mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibJS: Add missing include for 'u32' to CanonicalIndex.h
This commit is contained in:
parent
160bda7228
commit
8eb936538f
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/linusg
Commit: 8eb936538f
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/Types.h>
|
||||||
|
|
||||||
class CanonicalIndex {
|
class CanonicalIndex {
|
||||||
public:
|
public:
|
||||||
enum class Type {
|
enum class Type {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue