diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-10 16:00:36 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-11 17:13:24 +0100 |
commit | 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 (patch) | |
tree | 2f71f2aa6d6dd29eda51924f985de7f9caee78c0 /src/tasks.cc | |
parent | f31661d392c1332ceb0edcbc9fd35f4cb49bb50d (diff) |
Put ctor.h contents in ctor namespace.
Diffstat (limited to 'src/tasks.cc')
-rw-r--r-- | src/tasks.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tasks.cc b/src/tasks.cc index 12ff399..2d83349 100644 --- a/src/tasks.cc +++ b/src/tasks.cc @@ -19,6 +19,8 @@ #include "rebuild.h" #include "configure.h" +using namespace ctor; + const std::deque<Target>& getTargets(const Settings& settings, bool resolve_externals) { |