LibJS: Add missing header in EnvironmentCoordinate.h

This commit is contained in:
Ben Wiederhake 2021-10-10 15:44:22 +02:00 committed by Linus Groh
parent f53b80e04f
commit 0a53cf2a07
Notes: sideshowbarker 2024-07-18 02:09:18 +09:00

View file

@ -6,6 +6,7 @@
#pragma once
#include <AK/Types.h>
#include <LibJS/Forward.h>
namespace JS {