Skip to content

Commit 71a8031

Browse files
committed
Fix swap include path
1 parent a265082 commit 71a8031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/swap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "catch.hpp"
2-
#include "optional.hpp"
2+
#include <tl/optional.hpp>
33

44
TEST_CASE("Swap value", "[swap.value]") {
55
tl::optional<int> o1 = 42;

0 commit comments

Comments
 (0)