mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
14 lines
271 B
C
14 lines
271 B
C
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
#ifndef DLIB_LSh_
|
|
#define DLIB_LSh_
|
|
|
|
|
|
#include "lsh/projection_hash.h"
|
|
#include "lsh/create_random_projection_hash.h"
|
|
|
|
|
|
#endif // DLIB_LSh_
|
|
|
|
|