From d08f368e408060084584290c105618ebd6ff5fff Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 26 Apr 2024 00:15:21 -0700 Subject: devel/phasar: Fix build on some systems by adding missing #include Reported by: fallout --- devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp diff --git a/devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp b/devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp new file mode 100644 index 000000000000..cc1e589eeb10 --- /dev/null +++ b/devel/phasar/files/patch-lib_Pointer_PointsToInfo.cpp @@ -0,0 +1,12 @@ +- workaround for https://github.com/secure-software-engineering/phasar/issues/718 + +--- lib/Pointer/PointsToInfo.cpp.orig 2024-04-26 06:58:43 UTC ++++ lib/Pointer/PointsToInfo.cpp +@@ -19,6 +19,7 @@ + + #include + #include ++#include + + namespace llvm { + class Value; -- cgit v1.2.3