diff options
Diffstat (limited to 'libcxx/utils/google-benchmark/src/counter.h')
-rw-r--r-- | libcxx/utils/google-benchmark/src/counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/google-benchmark/src/counter.h b/libcxx/utils/google-benchmark/src/counter.h index bbb92d9a298..dd6865a31d7 100644 --- a/libcxx/utils/google-benchmark/src/counter.h +++ b/libcxx/utils/google-benchmark/src/counter.h @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "benchmark/benchmark_api.h" +#include "benchmark/benchmark.h" namespace benchmark { |