Merge branch 'untangle_includes' of https://github.com/DennisOSRM/cxxopts into untangle-includes

Conflicts:
	src/cxxopts.hpp
This commit is contained in:
Jarryd Beck 2014-10-14 20:29:49 +11:00
commit 32ca8c5c7c
2 changed files with 24 additions and 22 deletions

View File

@ -24,6 +24,8 @@ THE SOFTWARE.
#include "cxxopts.hpp"
#include <regex>
#define OPTION_LONGEST 30
#define OPTION_DESC_GAP 2

View File

@ -25,13 +25,13 @@ THE SOFTWARE.
#ifndef CXX_OPTS_HPP
#define CXX_OPTS_HPP
#include <regex>
#include <set>
#include <map>
#include <exception>
#include <sstream>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
namespace cxxopts
{