From da2ebe2b5cfef7b0f2e49160aa22ef5020fa964b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 5 Aug 2024 11:22:55 +0200 Subject: Add missing cerrno includes --- src/other_tools/just_mr/launch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/launch.cpp') 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 // for errno #include #include -- cgit v1.2.3