forked from catchorg/Catch2
Add missing include to catch_optional.hpp
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#ifndef CATCH_OPTIONAL_HPP_INCLUDED
|
||||
#define CATCH_OPTIONAL_HPP_INCLUDED
|
||||
|
||||
#include <cassert>
|
||||
|
||||
namespace Catch {
|
||||
|
||||
// An optional type
|
||||
|
Reference in New Issue
Block a user