Skip to content

Commit 8eb2478

Browse files
author
Advenam Tacet
committed
Add missing includes
1 parent f4a65d6 commit 8eb2478

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcxx/test/libcxx/containers/strings/basic.string/asan_deque_integration.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <array>
1414
#include "test_macros.h"
1515
#include "asan_testing.h" // includes deque and string - don't do it before
16+
#include "min_allocator.h"
1617

1718
// This tests exists to check if strings work well with deque, as those
1819
// may be partialy annotated, we cannot simply call

libcxx/test/libcxx/containers/strings/basic.string/asan_vector_integration.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <array>
1414
#include "test_macros.h"
1515
#include "asan_testing.h" // includes vector and string - don't do it before
16+
#include "min_allocator.h"
1617

1718
// This tests exists to check if strings work well with vector, as those
1819
// may be partialy annotated, we cannot simply call

0 commit comments

Comments
 (0)