aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-11-12 20:46:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-11-12 20:46:32 +0300
commitfe4ce42d093eeb009081958d4339818ef46274ea (patch)
tree2f9817d4fb2563d18970ba26eebfd3e114fbb284
parentbf1e5b6b8b73fed4ab1bfb40a1f362c255fe7029 (diff)
Add missing header inclusion
-rw-r--r--libbutl/process.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbutl/process.cxx b/libbutl/process.cxx
index 92a70c4..5d7710e 100644
--- a/libbutl/process.cxx
+++ b/libbutl/process.cxx
@@ -86,6 +86,7 @@
#endif
#include <ios> // ios_base::failure
+#include <memory> // unique_ptr
#include <cstring> // strlen(), strchr(), strpbrk(), strncmp()
#include <utility> // move()
#include <ostream>