Skip to content

Commit 3612724

Browse files
committed
style; missing include
1 parent e5ff004 commit 3612724

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

libc/hdr/types/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
add_proxy_header_library(
32
char8_t
43
HDRS

libc/src/__support/wchar/utf_ret.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef LLVM_LIBC_SRC___SUPPORT_UTF_RET_H
1010
#define LLVM_LIBC_SRC___SUPPORT_UTF_RET_H
1111

12+
#include "src/__support/common.h"
13+
1214
namespace LIBC_NAMESPACE_DECL {
1315
namespace internal {
1416
template <typename T> struct utf_ret {

libc/test/src/__support/wchar/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ add_libc_test(
88
utf32_to_8_test.cpp
99
DEPENDS
1010
libc.src.__support.wchar.character_converter
11-
)
11+
)

0 commit comments

Comments
 (0)