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
1 changed files with 2 additions and 0 deletions

View File

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