Skip to content

Commit 8b4edac

Browse files
committed
add missing header
1 parent 13ef7db commit 8b4edac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/test/src/__support/wchar/string_converter_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// TODO: add support for 16-bit widechars to StringConverter to remove this
1010
// macro
11+
#include "src/__support/macros/properties/os.h"
1112
#ifndef LIBC_TARGET_OS_IS_WINDOWS
1213

1314
#include "hdr/errno_macros.h"
@@ -357,4 +358,4 @@ TEST(LlvmLibcStringConverterTest, DestLimitUTF32To8) {
357358
ASSERT_EQ(static_cast<int>(sc.getSourceIndex()), 1);
358359
}
359360

360-
#endif
361+
#endif

0 commit comments

Comments
 (0)