mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
LibJS: Add missing include for 'u32' to CanonicalIndex.h
This commit is contained in:
parent
160bda7228
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