Skip to content

Commit b7acd25

Browse files
Include allocator lib from string lib in cpp test includes
1 parent fe33f61 commit b7acd25

File tree

1 file changed

+1
-0
lines changed
  • cpp/common/test/includes/standard-library

1 file changed

+1
-0
lines changed

cpp/common/test/includes/standard-library/string

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "iosfwd.h"
77
#include "iterator.h"
88
#include "stddef.h"
9+
#include "memory.h"
910

1011
namespace std {
1112
template <class charT> struct char_traits {

0 commit comments

Comments
 (0)