summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/dlib/array.h')
-rw-r--r--ml/dlib/dlib/array.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ml/dlib/dlib/array.h b/ml/dlib/dlib/array.h
new file mode 100644
index 000000000..ecdafc497
--- /dev/null
+++ b/ml/dlib/dlib/array.h
@@ -0,0 +1,10 @@
+// Copyright (C) 2003 Davis E. King (davis@dlib.net)
+// License: Boost Software License See LICENSE.txt for the full license.
+#ifndef DLIB_ARRAy_
+#define DLIB_ARRAy_
+
+#include "array/array_kernel.h"
+#include "array/array_tools.h"
+
+#endif // DLIB_ARRAy_
+