diff options
Diffstat (limited to 'src/tools.cc')
-rw-r--r-- | src/tools.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 <cassert> +using namespace ctor; + ToolChain getToolChain(OutputSystem system) { std::string compiler; |