Fix swap include path

This commit is contained in:
Simon Brand
2019-06-25 11:49:02 +01:00
parent aef62df93e
commit 42e9066785

View File

@ -1,5 +1,5 @@
#include "catch.hpp"
#include "optional.hpp"
#include <tl/optional.hpp>
TEST_CASE("Swap value", "[swap.value]") {
tl::optional<int> o1 = 42;