aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/src/command_executors/header_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/dicttoolkit/src/command_executors/header_executor.h')
-rw-r--r--native/dicttoolkit/src/command_executors/header_executor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/dicttoolkit/src/command_executors/header_executor.h b/native/dicttoolkit/src/command_executors/header_executor.h
index 4cdeb1a99..44cc9cfc4 100644
--- a/native/dicttoolkit/src/command_executors/header_executor.h
+++ b/native/dicttoolkit/src/command_executors/header_executor.h
@@ -18,6 +18,7 @@
#define LATINIME_DICT_TOOLKIT_HEADER_EXECUTOR_H
#include "dict_toolkit_defines.h"
+#include "utils/arguments_parser.h"
namespace latinime {
namespace dicttoolkit {
@@ -28,6 +29,7 @@ class HeaderExecutor final {
static int run(const int argc, char **argv);
static void printUsage();
+ static const ArgumentsParser getArgumentsParser();
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(HeaderExecutor);