Skip to content

Commit

Permalink
Fixup one more missing <iostream> header include
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Oct 13, 2023
1 parent 57f7884 commit ef8e88d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/bvh_driver/bvh_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <boost/program_options.hpp>

#include <cstdlib>
#include <iostream>

#include "benchmark_registration.hpp"

Expand Down

0 comments on commit ef8e88d

Please sign in to comment.