Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Advenam Tacet committed Jan 11, 2024
1 parent f4a65d6 commit 8eb2478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <array>
#include "test_macros.h"
#include "asan_testing.h" // includes deque and string - don't do it before
#include "min_allocator.h"

// This tests exists to check if strings work well with deque, as those
// may be partialy annotated, we cannot simply call
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <array>
#include "test_macros.h"
#include "asan_testing.h" // includes vector and string - don't do it before
#include "min_allocator.h"

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

0 comments on commit 8eb2478

Please sign in to comment.