mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Add missing include to catch_optional.hpp
This commit is contained in:
parent
797c3e7318
commit
9fea3d253f
@ -8,6 +8,8 @@
|
|||||||
#ifndef CATCH_OPTIONAL_HPP_INCLUDED
|
#ifndef CATCH_OPTIONAL_HPP_INCLUDED
|
||||||
#define CATCH_OPTIONAL_HPP_INCLUDED
|
#define CATCH_OPTIONAL_HPP_INCLUDED
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
|
|
||||||
// An optional type
|
// An optional type
|
||||||
|
Loading…
Reference in New Issue
Block a user