diff --git a/fairmq/options/FairMQSuboptParser.h b/fairmq/options/FairMQSuboptParser.h index d5463e53..19575903 100644 --- a/fairmq/options/FairMQSuboptParser.h +++ b/fairmq/options/FairMQSuboptParser.h @@ -11,6 +11,9 @@ /// @since 2017-03-30 /// @brief Parser implementation for key-value subopt format +#ifndef FAIRMQPARSER_SUBOPT_H +#define FAIRMQPARSER_SUBOPT_H + #include "FairMQParser.h" // for FairMQMap #include #include @@ -69,3 +72,6 @@ struct SUBOPT { FairMQMap UserParser(const po::variables_map& omap, const std::string& deviceId, const std::string& rootNode = "fairMQOptions"); }; } + +#endif /* FAIRMQPARSER_SUBOPT_H */ +