mirror of
https://github.com/NixOS/nix.git
synced 2024-10-29 21:30:51 +00:00
Fix meson build on darwin
std::stringbuf is defined in <sstream>
This commit is contained in:
parent
eaae19403d
commit
766263d53a
@ -1,5 +1,6 @@
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
#include "strings-inline.hh"
|
||||
#include "os-string.hh"
|
||||
|
Loading…
Reference in New Issue
Block a user