1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-10-29 22:26:22 +00:00

Add missing include

This commit is contained in:
Carles Fernandez 2024-07-27 07:48:34 +02:00
parent 03a8366fa2
commit 491a4ab40f
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -17,6 +17,7 @@
#include "gnss_crypto.h"
#include <benchmark/benchmark.h>
#include <memory>
void bm_SHA_256(benchmark::State& state)
{