Skip to content

Commit 9b3bc37

Browse files
committed
Added missing include for std::optional
1 parent 08182b9 commit 9b3bc37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/snatch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <algorithm> // for std::sort
44
#include <cstdio> // for std::printf
55
#include <cstring> // for std::memcpy
6+
#include <optional> // for std::optional
67

78
#if !defined(SNATCH_DEFINE_MAIN)
89
# define SNATCH_DEFINE_MAIN 1

0 commit comments

Comments
 (0)