mirror of
https://github.com/audacity/linuxdeploy.git
synced 2025-12-12 19:50:02 -06:00
Merge pull request #156 from patrickelectric/fix_include_std_runtime_error
subprocess: Add missing include for std::runtime_error
This commit is contained in:
commit
3e05627373
@ -4,6 +4,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
// local headers
|
// local headers
|
||||||
#include "linuxdeploy/subprocess/pipe_reader.h"
|
#include "linuxdeploy/subprocess/pipe_reader.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user