Skip to content

Commit

Permalink
Add keep for mrc/utils/string_utils.hpp, we need this for debug build…
Browse files Browse the repository at this point in the history
…s, but CI checks against release builds
  • Loading branch information
dagardner-nv committed Sep 22, 2023
1 parent d9853ac commit a1d76e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/mrc/src/internal/grpc/promise_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "internal/grpc/promise_handler.hpp"

#include "mrc/utils/string_utils.hpp" // for MRC_CONCAT_STR
#include "mrc/utils/string_utils.hpp" // // IWYU pragma: keep for MRC_CONCAT_STR

#include <boost/fiber/future/future.hpp> // for future
#include <glog/logging.h> // for COMPACT_GOOGLE_LOG_INFO
Expand Down

0 comments on commit a1d76e3

Please sign in to comment.