Skip to content

Commit

Permalink
IWYU fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 1, 2024
1 parent fff44d6 commit 985f821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/mrc/_pymrc/src/segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
#include "mrc/segment/builder.hpp"
#include "mrc/segment/object.hpp"

#include <boost/fiber/context.hpp> // for operator<<
#include <glog/logging.h>
#include <pybind11/cast.h>
#include <pybind11/gil.h>
#include <pybind11/pybind11.h> // for module
#include <pybind11/pytypes.h>
#include <rxcpp/rx.hpp>

Expand All @@ -46,6 +48,7 @@
#include <memory>
#include <stdexcept>
#include <string>
#include <thread> // for operator<<
#include <type_traits>
#include <typeindex>
#include <utility>
Expand Down
1 change: 1 addition & 0 deletions python/mrc/core/coro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "pymrc/coro.hpp"

#include "mrc/coroutines/task.hpp"
#include "mrc/utils/string_utils.hpp" // for MRC_CONCAT_STR
#include "mrc/version.hpp"

#include <glog/logging.h>
Expand Down

0 comments on commit 985f821

Please sign in to comment.