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

LibJS: Add missing include for 'u32' to CanonicalIndex.h

This commit is contained in:
Linus Groh 2022-02-14 23:02:56 +00:00
parent 160bda7228
commit 8eb936538f

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Types.h>
class CanonicalIndex {
public:
enum class Type {