Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/common/grid_util/AffinityResourceControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "NumaUtil.h"
#include "ShmAffinityInfo.h"

#include <algorithm> // sort
#include <iostream> // debug
#include <unistd.h> // getpid()
#include <unordered_set>
Expand Down
1 change: 1 addition & 0 deletions lib/common/grid_util/BinPacketDictionary.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <scene_rdl2/render/cache/ValueContainerDequeue.h>
#include <scene_rdl2/render/cache/ValueContainerEnqueue.h>

#include <functional>
#include <string>

namespace scene_rdl2 {
Expand Down
2 changes: 0 additions & 2 deletions mod/python/py_scene_rdl2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ endif()
find_package(Python COMPONENTS Interpreter Development)
find_package(Boost REQUIRED
COMPONENTS
system
"${BOOST_PYTHON_COMPONENT_NAME}"
date_time
chrono)
Expand Down Expand Up @@ -66,7 +65,6 @@ target_include_directories(${component} SYSTEM

target_link_libraries(${component}
PRIVATE
Boost::system
Boost::${BOOST_PYTHON_COMPONENT_NAME}
Boost::date_time
Boost::chrono
Expand Down