diff options
Diffstat (limited to 'src/other_tools/just_mr/rc_merge.cpp')
-rw-r--r-- | src/other_tools/just_mr/rc_merge.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/rc_merge.cpp b/src/other_tools/just_mr/rc_merge.cpp index 674254cf..dfd90b54 100644 --- a/src/other_tools/just_mr/rc_merge.cpp +++ b/src/other_tools/just_mr/rc_merge.cpp @@ -15,10 +15,12 @@ #include "src/other_tools/just_mr/rc_merge.hpp" #include <algorithm> +#include <iterator> #include <string> #include <vector> #include "src/buildtool/build_engine/expression/expression.hpp" +#include "src/buildtool/build_engine/expression/expression_ptr.hpp" namespace { |