Skip to content

Commit 22bc927

Browse files
ldionneNoumanAmir657
authored andcommitted
[libc++] Include language.h inside __config (llvm#114269)
We were getting this include transitively via availability.h, but we really should be including it explicitly.
1 parent 67a4d01 commit 22bc927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <__configuration/abi.h>
1515
#include <__configuration/availability.h>
1616
#include <__configuration/compiler.h>
17+
#include <__configuration/language.h>
1718
#include <__configuration/platform.h>
1819

1920
#ifndef _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER

0 commit comments

Comments
 (0)