We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
0ct0pu5
/
ladybird
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
LibJS: Add missing header in EnvironmentCoordinate.h
Ben Wiederhake
3 vuotta sitten
vanhempi
f53b80e04f
commit
0a53cf2a07
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
Userland/Libraries/LibJS/Runtime/EnvironmentCoordinate.h
+ 1
- 0
Userland/Libraries/LibJS/Runtime/EnvironmentCoordinate.h
Näytä tiedosto
@@ -6,6 +6,7 @@
#pragma once
+#include <AK/Types.h>
#include <LibJS/Forward.h>
namespace JS {