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
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* Tree Pyramid Segmentation Method".
*/

#define THRUST_IGNORE_CUB_VERSION_CHECK
// System includes.
#include <stdlib.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions Samples/4_CUDA_Libraries/lineOfSight/lineOfSight.cu
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#define NOMINMAX
#endif

#define THRUST_IGNORE_CUB_VERSION_CHECK
// includes, system
#include <stdlib.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions Samples/5_Domain_Specific/simpleVulkan/VulkanBaseApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <fstream>
#include <algorithm>
#include <functional>
#include <limits>
#include <set>
#include <string.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <fstream>
#include <algorithm>
#include <functional>
#include <limits>
#include <set>
#include <string.h>

Expand Down