Merge pull request #11731 from NixOS/fix-meson-darwin

Fix meson build on darwin
This commit is contained in:
Robert Hensing 2024-10-22 17:21:38 +02:00 committed by GitHub
commit 79bbb4a64c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
#include <filesystem>
#include <string>
#include <sstream>
#include "strings-inline.hh"
#include "os-string.hh"