diff --git a/src/cxxopts.hpp b/src/cxxopts.hpp index bfbe7b7..d20dcc5 100644 --- a/src/cxxopts.hpp +++ b/src/cxxopts.hpp @@ -22,6 +22,9 @@ THE SOFTWARE. */ +#ifndef CXX_OPTS_HPP +#define CXX_OPTS_HPP + #include #include #include @@ -469,3 +472,5 @@ namespace cxxopts }; } + +#endif //CXX_OPTS_HPP