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