mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36: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 <string>
|
||||
#include <sstream>
|
||||
|
||||
#include "strings-inline.hh"
|
||||
#include "os-string.hh"
|
||||
|
|
Loading…
Reference in a new issue