From 1484d74c1dfd24cfe5b6f13f76d58ff395e4d253 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jan 2023 16:00:36 +0100 Subject: Put ctor.h contents in ctor namespace. --- src/tools.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools.cc') diff --git a/src/tools.cc b/src/tools.cc index 7e8ac78..f0b6d4e 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -8,6 +8,8 @@ #include +using namespace ctor; + ToolChain getToolChain(OutputSystem system) { std::string compiler; -- cgit v1.2.3