Skip to content

Commit e6db70d

Browse files
committed
fix include path
1 parent 2947e2b commit e6db70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/unique_resource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include <iostream>
44
#include <memory>
5-
#include <beman/scope.hpp>
5+
#include <beman/scope/scope.hpp>
66

77
constexpr size_t arr_size = 10;
88

0 commit comments

Comments
 (0)