aboutsummaryrefslogtreecommitdiff
path: root/build/algorithm
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-06-18 14:41:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-18 14:41:45 +0200
commit63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 (patch)
treebde5a79522225f32ec188ba46d0834486c30f00f /build/algorithm
parent28c82c861e38fe05a25e916563e0551ed8fce91e (diff)
Move path and filesystem from build2 to libbutl
Diffstat (limited to 'build/algorithm')
-rw-r--r--build/algorithm2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm b/build/algorithm
index c21457e..5138dfa 100644
--- a/build/algorithm
+++ b/build/algorithm
@@ -5,9 +5,9 @@
#ifndef BUILD_ALGORITHM
#define BUILD_ALGORITHM
+#include <build/types>
#include <build/target>
#include <build/operation>
-#include <build/timestamp>
namespace build
{