mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
This snapshot includes a fix for sanitizer guild builds systems where clang does not include cet.h. Sponsored by: DARPA
10 lines
280 B
C++
10 lines
280 B
C++
--- flang/include/flang/Runtime/time-intrinsic.h.orig
|
|
+++ flang/include/flang/Runtime/time-intrinsic.h
|
|
@@ -13,6 +13,7 @@
|
|
#define FORTRAN_RUNTIME_TIME_INTRINSIC_H_
|
|
|
|
#include "flang/Runtime/entry-names.h"
|
|
+#include <cstddef>
|
|
#include <cinttypes>
|
|
|
|
namespace Fortran::runtime {
|