1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-07 23:33:51 +00:00

Add missing include to catch_optional.hpp

This commit is contained in:
Martin Hořeňovský 2022-04-04 11:40:59 +02:00
parent 797c3e7318
commit 9fea3d253f
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -8,6 +8,8 @@
#ifndef CATCH_OPTIONAL_HPP_INCLUDED
#define CATCH_OPTIONAL_HPP_INCLUDED
#include <cassert>
namespace Catch {
// An optional type