Skip to content

Commit c90df24

Browse files
committed
hint that we are not using a globally installed dlib
1 parent 0835c3b commit c90df24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/dlibqueue.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#include <utility>
4-
#include <dlib/pipe.h>
4+
#include "dlib/pipe.h"
55
#include "wrappers.h"
66

77
template<typename T>
@@ -36,4 +36,4 @@ struct DlibQueueWrapper
3636

3737
private:
3838
dlib::pipe<T> q;
39-
};
39+
};

0 commit comments

Comments
 (0)