Skip to content

Commit d2637b1

Browse files
committed
IWYU fixes
1 parent 3f7d4b5 commit d2637b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/morpheus_llm/morpheus_llm/_lib/llm/src/py_llm_node_base.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "morpheus_llm/llm/llm_node.hpp"
2323
#include "morpheus_llm/llm/llm_node_base.hpp"
2424

25+
#include <glog/logging.h>
2526
#include <mrc/coroutines/task.hpp> // IWYU pragma: keep
2627
#include <pybind11/pybind11.h>
2728
#include <pybind11/stl.h> // IWYU pragma: keep

python/morpheus_llm/morpheus_llm/_lib/llm/src/py_llm_task_handler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include "morpheus/messages/control.hpp" // IWYU pragma: keep
2323

24+
#include <glog/logging.h>
2425
#include <mrc/coroutines/task.hpp> // IWYU pragma: keep
2526
#include <pybind11/pybind11.h>
2627
#include <pybind11/stl.h> // IWYU pragma: keep

0 commit comments

Comments
 (0)