Skip to content

Commit 83ad329

Browse files
committed
[tests] Fix a couple of imports in tests and disable broken static assertions for now.
1 parent cfcf973 commit 83ad329

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/test_tuple_cdr.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <cassert>
1818
#include <cstdlib>
19+
#include <string>
1920
#include <sigc++/tuple-utils/tuple_cdr.h>
2021
#include <functional>
2122

tests/test_tuple_end.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <cassert>
1818
#include <cstdlib>
19+
#include <string>
1920
#include <sigc++/tuple-utils/tuple_end.h>
2021
#include <functional>
2122

tests/test_tuple_start.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <cassert>
1818
#include <cstdlib>
19+
#include <string>
1920
#include <sigc++/tuple-utils/tuple_start.h>
2021
#include <functional>
2122

0 commit comments

Comments
 (0)