[libc++][NFC] Add a comment that an include is a workaround

This commit is contained in:
Louis Dionne 2025-03-18 11:03:20 -04:00
parent e0bcf3aa0b
commit 351bcd9fe2

View File

@ -19,7 +19,7 @@
#include <__bit_reference>
#include <__config>
#include <__functional/unary_function.h>
#include <__fwd/bit_reference.h>
#include <__fwd/bit_reference.h> // TODO: This is a workaround for https://github.com/llvm/llvm-project/issues/131814
#include <__fwd/functional.h>
#include <__fwd/vector.h>
#include <__iterator/distance.h>