Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Apr 4, 2024
1 parent 22cdff2 commit 0c1a001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/mrc/_pymrc/src/segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include "mrc/segment/object.hpp"

#include <glog/logging.h>
#include <nlohmann/json.hpp>
#include <pybind11/cast.h>
#include <pybind11/gil.h>
#include <pybind11/pytypes.h>
Expand Down

0 comments on commit 0c1a001

Please sign in to comment.