Skip to content

Commit 8e4365e

Browse files
committed
Fix missing nanovdb header
Signed-off-by: Dan Bailey <[email protected]>
1 parent a759e47 commit 8e4365e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nanovdb/nanovdb/unittest/TestNanoVDB.cu

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

2323
#include <gtest/gtest.h>
2424
#include <algorithm>// for std::sort
25+
#include <iomanip> // for std::setw, std::setfill
2526

2627
namespace nanovdb {// this namespace is required by gtest
2728

0 commit comments

Comments
 (0)