We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fb424 commit 771a449Copy full SHA for 771a449
libc/src/__support/FPUtil/generic/CMakeLists.txt
@@ -51,6 +51,7 @@ add_header_library(
51
HDRS
52
div.h
53
DEPENDS
54
+ libc.hdr.errno_macros
55
libc.hdr.fenv_macros
56
libc.src.__support.CPP.bit
57
libc.src.__support.CPP.type_traits
libc/src/__support/FPUtil/generic/div.h
@@ -9,6 +9,7 @@
9
#ifndef LLVM_LIBC_SRC___SUPPORT_FPUTIL_GENERIC_DIV_H
10
#define LLVM_LIBC_SRC___SUPPORT_FPUTIL_GENERIC_DIV_H
11
12
+#include "hdr/errno_macros.h"
13
#include "hdr/fenv_macros.h"
14
#include "src/__support/CPP/bit.h"
15
#include "src/__support/CPP/type_traits.h"
0 commit comments