Skip to content

Commit

Permalink
Fixes for Kokoro builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-clayton committed Nov 29, 2023
1 parent 535d491 commit 16f75f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/primes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <vector>

#include <math.h>
#include <stdio.h>

// searchMax defines the upper limit on primes to find.
constexpr int searchMax = 10000000;
Expand Down

0 comments on commit 16f75f7

Please sign in to comment.