mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Fix meson build on darwin
std::stringbuf is defined in <sstream>
This commit is contained in:
parent
eaae19403d
commit
766263d53a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#include "strings-inline.hh"
|
#include "strings-inline.hh"
|
||||||
#include "os-string.hh"
|
#include "os-string.hh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue