Skip to content

Commit

Permalink
Remove controller.grpc.pb.h, add <algorithm> to fix "std::find_if"
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Szumski <[email protected]>
  • Loading branch information
tszumski committed Oct 18, 2024
1 parent 9585fb0 commit d83c4b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion media-proxy/include/proxy_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <string_view>
#include <vector>

#include "controller.grpc.pb.h"
#include "mtl.h"
#include "libfabric_dev.h"
#include "rdma_session.h"
Expand Down
1 change: 1 addition & 0 deletions media-proxy/src/proxy_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <math.h>
#include <charconv>
#include <bsd/string.h>
#include <algorithm>

#include "proxy_context.h"
#include <mtl/mtl_sch_api.h>
Expand Down

0 comments on commit d83c4b3

Please sign in to comment.