Skip to content

Commit

Permalink
compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilpazintel committed Jan 14, 2025
1 parent b0f454a commit 063427c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions third-party/rsutils/src/rsutilgpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ namespace rsutils {
}
};

bool rs2_is_gpu_available() {
return rsutils::GPUChecker::is_gpu_available();
}

} // namespace rsutils

bool rs2_is_gpu_available() {
return rsutils::GPUChecker::is_gpu_available();
}

0 comments on commit 063427c

Please sign in to comment.