Skip to content

Commit

Permalink
Add RouterInfo include and dependency to ClientTool
Browse files Browse the repository at this point in the history
Summary: This is needed for the stacked diffs which changes RoutingGroups and requires for the correct RoutingGroups.h files to be included in the tool. RouterInfo will always include the correct RoutingGroups.h

Reviewed By: disylh

Differential Revision: D62471587

fbshipit-source-id: f586fd222f4579add33b4d1a5997fcd460de1b6c
  • Loading branch information
Anton Likhtarov authored and facebook-github-bot committed Sep 16, 2024
1 parent 0b2cd13 commit e7c6c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mcrouter/lib/carbon/example/gen/HelloGoodbyeClientTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <mcrouter/lib/carbon/JsonClient.h>

#include "mcrouter/lib/carbon/example/gen/HelloGoodbyeMessages.h"
#include "mcrouter/lib/carbon/example/gen/HelloGoodbyeRouterInfo.h"

using carbon::JsonClient;
using carbon::tools::CmdLineClient;
Expand Down
1 change: 1 addition & 0 deletions mcrouter/lib/network/gen/MemcacheClientTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <mcrouter/lib/carbon/JsonClient.h>

#include "mcrouter/lib/network/gen/MemcacheMessages.h"
#include "mcrouter/lib/network/gen/MemcacheRouterInfo.h"

using carbon::JsonClient;
using carbon::tools::CmdLineClient;
Expand Down

0 comments on commit e7c6c79

Please sign in to comment.