diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-18 16:27:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-18 16:27:19 +0200 |
commit | d19ae162c2cf8059b3145ded8cfbce2ab01c8fc6 (patch) | |
tree | 41f8223fee94bd90e1c68b9ff7498d149bd9285b | |
parent | a1d45e2f6971452fae9dcfb96ee00e8ecea9143c (diff) |
Add missing include
-rw-r--r-- | build2/cc/install.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/cc/install.cxx b/build2/cc/install.cxx index b674886..c62ea95 100644 --- a/build2/cc/install.cxx +++ b/build2/cc/install.cxx @@ -4,6 +4,8 @@ #include <build2/cc/install> +#include <build2/algorithm> + #include <build2/bin/target> #include <build2/cc/link> // match() |