summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 05c9f9a..34efe21 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -208,6 +208,12 @@ version () const
return this->version_;
}
+inline const std::vector<std::string>& options::
+include_path () const
+{
+ return this->include_path_;
+}
+
inline const std::string& options::
output_dir () const
{