We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be0be9d + a6585b0 commit 3493e00Copy full SHA for 3493e00
flang-rt/lib/runtime/complex-reduction.h
@@ -17,6 +17,7 @@
17
#include "flang/Common/float128.h"
18
#include "flang/Runtime/entry-names.h"
19
#include <complex.h>
20
+#include <stdbool.h>
21
22
struct CppDescriptor; /* dummy type name for Fortran::runtime::Descriptor */
23
flang/include/flang/Runtime/freestanding-tools.h
@@ -13,6 +13,7 @@
13
#include "flang/Runtime/c-or-cpp.h"
14
#include <algorithm>
15
#include <cctype>
16
+#include <cstdlib>
#include <cstring>
// The file defines a set of utilities/classes that might be
0 commit comments