diff options
Diffstat (limited to 'ml/dlib/dlib/base64.h')
-rw-r--r-- | ml/dlib/dlib/base64.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ml/dlib/dlib/base64.h b/ml/dlib/dlib/base64.h new file mode 100644 index 00000000..8308920d --- /dev/null +++ b/ml/dlib/dlib/base64.h @@ -0,0 +1,9 @@ +// Copyright (C) 2006 Davis E. King (davis@dlib.net) +// License: Boost Software License See LICENSE.txt for the full license. +#ifndef DLIB_BASe64_ +#define DLIB_BASe64_ + +#include "base64/base64_kernel_1.h" + +#endif // DLIB_BASe64_ + |