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