diff options
Diffstat (limited to 'graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp')
-rw-r--r-- | graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp b/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp new file mode 100644 index 000000000000..71fdaa4192cd --- /dev/null +++ b/graphics/tulip/files/patch-plugins-view-HistogramView_HistogramStatistics.cpp @@ -0,0 +1,11 @@ +--- plugins/view/HistogramView/HistogramStatistics.cpp.orig 2014-04-18 12:05:56.000000000 +0200 ++++ plugins/view/HistogramView/HistogramStatistics.cpp 2014-04-18 12:07:56.000000000 +0200 +@@ -30,7 +30,7 @@ + #include "HistoStatsConfigWidget.h" + #include "HistogramView.h" + +-#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4) ++#if defined(_MSC_VER) || (defined(__clang_major__) && __clang_major__ > 4) || defined(__FreeBSD__) + + #include <functional> + |