[libc][obvious] Include Sqrt.h in SqrtLongDoubleX86.h.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 10 Sep 2020 19:39:50 +0000 (12:39 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 10 Sep 2020 20:25:54 +0000 (13:25 -0700)
This makes SqrtLongDoubleX86.h includable by itself.

libc/utils/FPUtil/SqrtLongDoubleX86.h

index 2ac7304..df80d7d 100644 (file)
@@ -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 {