[libc-commits] [libc] cb19e8c - [libc][obvious] Include Sqrt.h in SqrtLongDoubleX86.h.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Sep 10 13:26:44 PDT 2020


Author: Siva Chandra Reddy
Date: 2020-09-10T13:25:54-07:00
New Revision: cb19e8c6d192a108b72ab07362921864a9e244f9

URL: https://github.com/llvm/llvm-project/commit/cb19e8c6d192a108b72ab07362921864a9e244f9
DIFF: https://github.com/llvm/llvm-project/commit/cb19e8c6d192a108b72ab07362921864a9e244f9.diff

LOG: [libc][obvious] Include Sqrt.h in SqrtLongDoubleX86.h.

This makes SqrtLongDoubleX86.h includable by itself.

Added: 
    

Modified: 
    libc/utils/FPUtil/SqrtLongDoubleX86.h

Removed: 
    


################################################################################
diff  --git a/libc/utils/FPUtil/SqrtLongDoubleX86.h b/libc/utils/FPUtil/SqrtLongDoubleX86.h
index 2ac73044cf92f..df80d7d932bac 100644
--- a/libc/utils/FPUtil/SqrtLongDoubleX86.h
+++ b/libc/utils/FPUtil/SqrtLongDoubleX86.h
@@ -10,6 +10,8 @@
 #define LLVM_LIBC_UTILS_FPUTIL_SQRT_LONG_DOUBLE_X86_H
 
 #include "FPBits.h"
+#include "Sqrt.h"
+
 #include "utils/CPP/TypeTraits.h"
 
 namespace __llvm_libc {


        


More information about the libc-commits mailing list