Merge pull request #1 from wichtounet/patch-1

Add include guards to cxxopts.hpp
This commit is contained in:
jarro2783 2014-10-14 20:24:11 +11:00
commit b981b12043

View File

@ -22,6 +22,9 @@ THE SOFTWARE.
*/
#ifndef CXX_OPTS_HPP
#define CXX_OPTS_HPP
#include <regex>
#include <set>
#include <map>
@ -469,3 +472,5 @@ namespace cxxopts
};
}
#endif //CXX_OPTS_HPP