From 088f1c7d56525ca6d2c38642f0895898b9453ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 26 Nov 2022 19:10:00 +0700 Subject: [PATCH] heaptrack: patch for boost-1.81 --- srcpkgs/heaptrack/patches/fix-include.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/heaptrack/patches/fix-include.patch diff --git a/srcpkgs/heaptrack/patches/fix-include.patch b/srcpkgs/heaptrack/patches/fix-include.patch new file mode 100644 index 00000000000..31f67813db9 --- /dev/null +++ b/srcpkgs/heaptrack/patches/fix-include.patch @@ -0,0 +1,12 @@ +Index: heaptrack-1.4.0/src/analyze/gui/histogrammodel.h +=================================================================== +--- heaptrack-1.4.0.orig/src/analyze/gui/histogrammodel.h ++++ heaptrack-1.4.0/src/analyze/gui/histogrammodel.h +@@ -7,6 +7,7 @@ + #ifndef HISTOGRAMMODEL_H + #define HISTOGRAMMODEL_H + ++#include + #include + + #include "treemodel.h"