Skip to content

Commit

Permalink
Merge pull request #959 from dalg24/iostream_fixup
Browse files Browse the repository at this point in the history
Fixup one more missing `<iostream>` header include
  • Loading branch information
dalg24 authored Oct 13, 2023
2 parents 57f7884 + ef8e88d commit af966e4
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 af966e4

Please sign in to comment.