heaptrack: patch for boost-1.81
This commit is contained in:
parent
13f1d0eafe
commit
088f1c7d56
|
@ -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 <array>
|
||||
#include <QAbstractTableModel>
|
||||
|
||||
#include "treemodel.h"
|
Loading…
Reference in New Issue