Skip to content

Commit 921267b

Browse files
committed
add header
1 parent 0b53a14 commit 921267b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cpp/src/mip/diversity/weights.cuh

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

1818
#pragma once
1919

20+
#include <thrust/fill.h>
2021
#include <raft/core/handle.hpp>
2122
#include <rmm/device_scalar.hpp>
2223
#include <rmm/device_uvector.hpp>

cpp/src/mip/problem/presolve_data.cuh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <cuopt/linear_programming/optimization_problem.hpp>
2121

2222
#include <thrust/sequence.h>
23+
#include <thrust/uninitialized_fill.h>
2324
#include <rmm/device_uvector.hpp>
2425

2526
namespace cuopt {

cpp/src/mip/relaxed_lp/lp_state.cuh

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

1818
#pragma once
1919

20+
#include <thrust/fill.h>
2021
#include <raft/util/cudart_utils.hpp>
2122
#include <rmm/device_uvector.hpp>
2223

0 commit comments

Comments
 (0)