summaryrefslogtreecommitdiff
path: root/cli/cli/cli.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-17 12:45:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-24 16:44:14 +0300
commit41501ca607dd84f5836faed1fbaceaf48d8cb54a (patch)
tree2f93172898573e229aeef8b1b6744d220816e325 /cli/cli/cli.cxx
parent276d476943a10bddf42b65302754e5e56367c465 (diff)
Adapt to cutl/ to libcutl/ rename
Diffstat (limited to 'cli/cli/cli.cxx')
-rw-r--r--cli/cli/cli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli/cli.cxx b/cli/cli/cli.cxx
index 754c5ff..11cf6c0 100644
--- a/cli/cli/cli.cxx
+++ b/cli/cli/cli.cxx
@@ -8,7 +8,7 @@
#include <fstream>
#include <iostream>
-#include <cutl/compiler/code-stream.hxx>
+#include <libcutl/compiler/code-stream.hxx>
#include <cli/semantics/doc.hxx>