Fixed include directive
authorkhizmax <libcds.dev@gmail.com>
Wed, 3 May 2017 19:11:29 +0000 (22:11 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 3 May 2017 19:11:29 +0000 (22:11 +0300)
test/stress/framework/citycrc.h

index 318e3917ca521ca58336bc4a6ac88526b5fc6bb7..054d188a959fae632b87d07b1ea98c1a9a77d088 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef CITY_HASH_CRC_H_
 #define CITY_HASH_CRC_H_
 
-#include <city.h>
+#include "city.h"
 
 // Hash function for a byte array.
 uint128 CityHashCrc128(const char *s, size_t len);