Skip to content

Commit

Permalink
sobol*_direction_vector_generator.cpp: include stdint.h for uint*_t (#…
Browse files Browse the repository at this point in the history
…372)

Reference: https://gcc.gnu.org/gcc-13/porting_to.html

Signed-off-by: Benda Xu <[email protected]>
Co-authored-by: Benda Xu <[email protected]>
  • Loading branch information
heroxbd and Benda Xu authored Aug 25, 2023
1 parent f80d259 commit 6998c6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/scrambled_sobol32_direction_vector_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "../library/include/rocrand/rocrand_sobol32_precomputed.h"
#include <fstream>
#include <iomanip>
#include <cstdint>
#include <iostream>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions tools/scrambled_sobol64_direction_vector_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "../library/include/rocrand/rocrand_sobol64_precomputed.h"
#include <fstream>
#include <iomanip>
#include <cstdint>
#include <iostream>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions tools/sobol32_direction_vector_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <iostream>
#include <fstream>
#include <cstdint>
#include <string>
#include <iomanip>

Expand Down
1 change: 1 addition & 0 deletions tools/sobol64_direction_vector_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <iostream>
#include <fstream>
#include <cstdint>
#include <string>
#include <iomanip>

Expand Down

0 comments on commit 6998c6f

Please sign in to comment.