aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openzl/xxhash-wrapper.h
blob: e00cdb95e6182f0edb229c7e69fa866f74b0dcd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * openzl wrapper around xxHash distributed via vcpkg.
 *
 * This header preserves the local configuration tweaks provided by
 * zs_xxhash.h and then includes the xxhash header from the external
 * dependency.
 */
#pragma once

#include "openzl/shared/zs_xxhash.h"
#include <xxhash.h>