diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 14:41:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 14:41:45 +0200 |
commit | 63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 (patch) | |
tree | bde5a79522225f32ec188ba46d0834486c30f00f /build/operation | |
parent | 28c82c861e38fe05a25e916563e0551ed8fce91e (diff) |
Move path and filesystem from build2 to libbutl
Diffstat (limited to 'build/operation')
-rw-r--r-- | build/operation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/operation b/build/operation index 7492050..51c9f88 100644 --- a/build/operation +++ b/build/operation @@ -11,7 +11,7 @@ #include <cstdint> #include <functional> // reference_wrapper -#include <build/path> +#include <build/types> #include <build/string-table> namespace build |