diff --git a/Userland/Services/WebContent/PageHost.cpp b/Userland/Services/WebContent/PageHost.cpp index 29d96dc35fcc0f..83bf434c759692 100644 --- a/Userland/Services/WebContent/PageHost.cpp +++ b/Userland/Services/WebContent/PageHost.cpp @@ -21,7 +21,7 @@ #include #include -#ifdef AK_OS_LINUX +#ifdef HAS_ACCELERATED_GRAPHICS # include #endif