diff --git a/lemon/arg_parser.h b/lemon/arg_parser.h --- a/lemon/arg_parser.h +++ b/lemon/arg_parser.h @@ -16,8 +16,8 @@ * */ -#ifndef LEMON_ARG_PARSER -#define LEMON_ARG_PARSER +#ifndef LEMON_ARG_PARSER_H +#define LEMON_ARG_PARSER_H #include #include @@ -382,4 +382,4 @@ }; } -#endif // LEMON_ARG_PARSER +#endif // LEMON_ARG_PARSER_H