Skip to content

Commit

Permalink
Add using statement to Binders.hpp (#672)
Browse files Browse the repository at this point in the history
Signed-off-by: The Mathworks Inc. <sriley@mathworks.com>
  • Loading branch information
shane-riley committed May 13, 2022
1 parent 49028dd commit 9ea574b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#include <vector>

#include <cppmicroservices/ServiceReference.h>
#include "cppmicroservices/servicecomponent/ComponentContext.hpp"

using ComponentContext = cppmicroservices::service::component::ComponentContext;

namespace cppmicroservices {
namespace service {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
#include <tuple>
#include <vector>

#include "Binders.hpp"
#include "ComponentInstance.hpp"
#include "cppmicroservices/AnyMap.h"
#include "cppmicroservices/servicecomponent/ComponentContext.hpp"

#include "Binders.hpp"
#include "cppmicroservices/AnyMap.h"

namespace cppmicroservices {
namespace service {
Expand Down

0 comments on commit 9ea574b

Please sign in to comment.