LibJS: Add missing headers

This commit is contained in:
Ben Wiederhake 2021-09-16 21:15:16 +02:00 committed by Linus Groh
commit a95b321bf1
Notes: sideshowbarker 2024-07-18 02:58:48 +09:00
7 changed files with 8 additions and 0 deletions

View file

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