Skip to content

Commit

Permalink
Add missing #include in test_optional.cpp
Browse files Browse the repository at this point in the history
Module errors are weird
  • Loading branch information
tcbrindle committed May 17, 2024
1 parent 9d7cd7d commit 3f0e462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_optional.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "catch.hpp"

#include <optional> // std::nullopt
#include <utility> // std::as_const

#include "test_utils.hpp"
Expand Down

0 comments on commit 3f0e462

Please sign in to comment.