From: khizmax Date: Wed, 3 May 2017 19:11:29 +0000 (+0300) Subject: Fixed include directive X-Git-Tag: v2.3.0~48 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=048bea32ef36397773efffe003953e71522fa9d3;p=libcds.git Fixed include directive --- 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);