diff options
author | Louis Dionne <ldionne@apple.com> | 2018-11-16 19:52:47 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2018-11-16 19:52:47 +0000 |
commit | 2fcdcac4ece2cb1a1168a24c6ca4f94b0a09c735 (patch) | |
tree | 227f9b5ab05fc7b2c57d31a4e11c0def91148b7e /lldb/packages/Python/lldbsuite/test/python_api/thread | |
parent | 9974417203fce562e6c73704dcfb43316530e657 (diff) | |
download | bcm5719-llvm-2fcdcac4ece2cb1a1168a24c6ca4f94b0a09c735.tar.gz bcm5719-llvm-2fcdcac4ece2cb1a1168a24c6ca4f94b0a09c735.zip |
[libcxx] Add missing includes in tests
A bunch of unordered containers tests call library functions but don't directly
include the corresponding header files:
- fabs() (defined in <cmath> which is not included);
- is_permutation() (defined in <algorithm> which is not included);
- next() (defined in <iterator> which is not included).
- As a result, these tests won't compile against some conformant libraries.
Reviewed as https://reviews.llvm.org/D54643.
Thanks to Andrey Maksimov for the patch.
llvm-svn: 347085
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions