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"