diff --git a/src/cb/argparser/argument_parser.cpp b/src/cb/argparser/argument_parser.cpp index aed9436..68fc44d 100644 --- a/src/cb/argparser/argument_parser.cpp +++ b/src/cb/argparser/argument_parser.cpp @@ -2,8 +2,9 @@ #include "cb/argparser/argument_parser.h" #include "cb/argparser/argument.h" +#ifndef CB_EXCLUDE_FORMATTED_PRINTS #include - +#endif cb::argparser::Argument::Argument(std::string content, cb::argparser::Type type) : content{std::move(content)}, type{type} { if (type == Type::BOOL_TYPE && this->content == "false") {