Skip to content

Commit fb1df48

Browse files
sifakisclaude
andcommitted
ex_voxelBlockManager_host_cuda: add missing <string> include
MSVC does not pull in std::stoi/stof transitively; include <string> explicitly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Efty Sifakis <esifakis@nvidia.com>
1 parent 11bf290 commit fb1df48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nanovdb/nanovdb/examples/ex_voxelBlockManager_host_cuda/vbm_host_cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <nanovdb/NanoVDB.h>
2020

2121
#include <random>
22+
#include <string>
2223
#include <vector>
2324
#include <iostream>
2425
#include <stdexcept>

0 commit comments

Comments
 (0)