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