diff --git a/source/common/dynamo/dynamo_request_parser.cc b/source/common/dynamo/dynamo_request_parser.cc index eab050889b4ba..847b47873b8a8 100644 --- a/source/common/dynamo/dynamo_request_parser.cc +++ b/source/common/dynamo/dynamo_request_parser.cc @@ -1,5 +1,6 @@ #include "common/dynamo/dynamo_request_parser.h" +#include #include #include #include diff --git a/source/common/runtime/runtime_impl.cc b/source/common/runtime/runtime_impl.cc index 7734367e371ed..632e1c5b7331f 100644 --- a/source/common/runtime/runtime_impl.cc +++ b/source/common/runtime/runtime_impl.cc @@ -4,6 +4,7 @@ #include #include +#include #include #include "envoy/event/dispatcher.h" diff --git a/source/common/runtime/runtime_impl.h b/source/common/runtime/runtime_impl.h index 4c25de7316a1a..49c0f949c7380 100644 --- a/source/common/runtime/runtime_impl.h +++ b/source/common/runtime/runtime_impl.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include