diff options
Diffstat (limited to 'ml/dlib/dlib/crc32.h')
-rw-r--r-- | ml/dlib/dlib/crc32.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ml/dlib/dlib/crc32.h b/ml/dlib/dlib/crc32.h new file mode 100644 index 000000000..004aaeba4 --- /dev/null +++ b/ml/dlib/dlib/crc32.h @@ -0,0 +1,10 @@ +// Copyright (C) 2005 Davis E. King (davis@dlib.net) +// License: Boost Software License See LICENSE.txt for the full license. +#ifndef DLIB_CRc32_ +#define DLIB_CRc32_ + + +#include "crc32/crc32_kernel_1.h" + +#endif // DLIB_CRc32_ + |