From 048bea32ef36397773efffe003953e71522fa9d3 Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 3 May 2017 22:11:29 +0300 Subject: [PATCH] Fixed include directive --- test/stress/framework/citycrc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stress/framework/citycrc.h b/test/stress/framework/citycrc.h index 318e3917..054d188a 100644 --- a/test/stress/framework/citycrc.h +++ b/test/stress/framework/citycrc.h @@ -28,7 +28,7 @@ #ifndef CITY_HASH_CRC_H_ #define CITY_HASH_CRC_H_ -#include +#include "city.h" // Hash function for a byte array. uint128 CityHashCrc128(const char *s, size_t len); -- 2.34.1