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