Skip to content

Commit 4d6e195

Browse files
committed
Added missing include to <tuple>
1 parent 0f10e28 commit 4d6e195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_common.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "oup/observable_unique_ptr.hpp"
22

33
#include <exception>
4+
#include <tuple>
45

56
struct throw_constructor : std::exception {};
67

0 commit comments

Comments
 (0)