summaryrefslogtreecommitdiff
path: root/absl/hash/hash_benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/hash/hash_benchmark.cc')
-rw-r--r--absl/hash/hash_benchmark.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/absl/hash/hash_benchmark.cc b/absl/hash/hash_benchmark.cc
index 27e52719..d498ac29 100644
--- a/absl/hash/hash_benchmark.cc
+++ b/absl/hash/hash_benchmark.cc
@@ -12,13 +12,18 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include <string>
+#include <type_traits>
#include <typeindex>
+#include <utility>
+#include <vector>
#include "absl/base/attributes.h"
#include "absl/hash/hash.h"
#include "absl/random/random.h"
#include "absl/strings/cord.h"
#include "absl/strings/cord_test_helpers.h"
+#include "absl/strings/string_view.h"
#include "benchmark/benchmark.h"
namespace {