summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/launch.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-08-05 11:22:55 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-08-05 11:36:59 +0200
commitda2ebe2b5cfef7b0f2e49160aa22ef5020fa964b (patch)
tree217cfc02375c59442a99d74fe239a5416c95e663 /src/other_tools/just_mr/launch.cpp
parentf7aa318f476a0f79a4c26a54418276f3e79896b8 (diff)
downloadjustbuild-da2ebe2b5cfef7b0f2e49160aa22ef5020fa964b.tar.gz
Add missing cerrno includes
Diffstat (limited to 'src/other_tools/just_mr/launch.cpp')
-rw-r--r--src/other_tools/just_mr/launch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/launch.cpp b/src/other_tools/just_mr/launch.cpp
index 642f5f73..d83ef8e5 100644
--- a/src/other_tools/just_mr/launch.cpp
+++ b/src/other_tools/just_mr/launch.cpp
@@ -14,6 +14,7 @@
#include "src/other_tools/just_mr/launch.hpp"
+#include <cerrno> // for errno
#include <filesystem>
#include <utility>