summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/utils.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-13 11:51:57 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:06 +0100
commit3bc1d8aa17339154c9de88e7ee29ff533041cb6d (patch)
tree69175e46761c9743afaa418a18721c4f5d4d9f81 /src/other_tools/just_mr/utils.cpp
parent4d92254c43e96f0c9f751b7fef1fcbf7bfc533b1 (diff)
downloadjustbuild-3bc1d8aa17339154c9de88e7ee29ff533041cb6d.tar.gz
other_tools/just_mr: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/just_mr/utils.cpp')
-rw-r--r--src/other_tools/just_mr/utils.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/utils.cpp b/src/other_tools/just_mr/utils.cpp
index e49da9d8..5d7e1912 100644
--- a/src/other_tools/just_mr/utils.cpp
+++ b/src/other_tools/just_mr/utils.cpp
@@ -14,6 +14,9 @@
#include "src/other_tools/just_mr/utils.hpp"
+#include <exception>
+
+#include "src/buildtool/build_engine/expression/expression.hpp"
#include "src/buildtool/logging/log_level.hpp"
#include "src/buildtool/logging/logger.hpp"