Skip to content

Commit 8340096

Browse files
authored
Merge pull request #1899 from danrbailey/fix_nanovdb_header
Fix NanoVDB Build
2 parents 8ea30d5 + 8e4365e commit 8340096

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)