Skip to content

build: include vector in header_map.h#3746

Merged
mattklein123 merged 1 commit intomasterfrom
fix-compile-include
Jun 28, 2018
Merged

build: include vector in header_map.h#3746
mattklein123 merged 1 commit intomasterfrom
fix-compile-include

Conversation

@danielhochman
Copy link
Contributor

When doing a clean build I received the following error from following the change in #3162 https://github.com/envoyproxy/envoy/pull/3162/files#diff-3409ea78c43f00bd0010ae7082ac212aR504

In file included from external/envoy/source/common/http/user_agent.cc:1:
In file included from bazel-out/k8-fastbuild/bin/external/envoy/source/common/http/_virtual_includes/user_agent_lib/common/http/user_agent.h:7:
bazel-out/k8-fastbuild/bin/external/envoy/include/envoy/http/_virtual_includes/header_map_interface/envoy/http/header_map.h:504:14: error: no template named 'vector' in namespace 'std'
typedef std::vector<std::pair<LowerCaseString, std::string>> HeaderVector;
        ~~~~~^
1 error generated.

Signed-off-by: Daniel Hochman danielhochman@users.noreply.github.com

Signed-off-by: Daniel Hochman <danielhochman@users.noreply.github.com>
@danielhochman danielhochman changed the title include vector build: include vector in header_map.h Jun 28, 2018
@mattklein123 mattklein123 merged commit e050f5e into master Jun 28, 2018
@mattklein123 mattklein123 deleted the fix-compile-include branch June 28, 2018 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants