diff --git a/Libraries/LibFileSystem/FileSystem.cpp b/Libraries/LibFileSystem/FileSystem.cpp index 44152d6277b..86fdef82ec4 100644 --- a/Libraries/LibFileSystem/FileSystem.cpp +++ b/Libraries/LibFileSystem/FileSystem.cpp @@ -15,6 +15,8 @@ # include #elif defined(AK_OS_LINUX) # include +#elif defined(AK_OS_WINDOWS) +# include #endif // On Linux distros that use glibc `basename` is defined as a macro that expands to `__xpg_basename`, so we undefine it