From fd69e263ec458d10c9e5f36f0a51a60e03ce3c5c Mon Sep 17 00:00:00 2001
From: Tom Fischer <123_tom_dabei@web.de>
Date: Thu, 20 Jun 2013 19:44:13 +0100
Subject: [PATCH] Added #include <algorithm> to MshLayerMapper.cpp to fix
 compile error.

---
 Gui/DataView/MshLayerMapper.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Gui/DataView/MshLayerMapper.cpp b/Gui/DataView/MshLayerMapper.cpp
index ef9b7edfc93..09faadf5fae 100644
--- a/Gui/DataView/MshLayerMapper.cpp
+++ b/Gui/DataView/MshLayerMapper.cpp
@@ -12,6 +12,9 @@
  *
  */
 
+// stl
+#include <algorithm>
+
 // ThirdParty/logog
 #include "logog/include/logog.hpp"
 
-- 
GitLab