Skip to content

Commit

Permalink
Added #include for <memory> (for unique_ptr)
Browse files Browse the repository at this point in the history
  • Loading branch information
philsquared committed Apr 26, 2019
1 parent 9837c35 commit 6267b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/internal/catch_enum_values_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "catch_interfaces_enum_values_registry.h"

#include <vector>
#include <memory>

namespace Catch {

Expand Down

0 comments on commit 6267b06

Please sign in to comment.