We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
ladybird
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
LibJS: Add missing header in EnvironmentCoordinate.h
Ben Wiederhake
3 years ago
parent
f53b80e04f
commit
0a53cf2a07
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Userland/Libraries/LibJS/Runtime/EnvironmentCoordinate.h
+ 1
- 0
Userland/Libraries/LibJS/Runtime/EnvironmentCoordinate.h
View File
@@ -6,6 +6,7 @@
#pragma once
+#include <AK/Types.h>
#include <LibJS/Forward.h>
namespace JS {