summaryrefslogtreecommitdiffstats
path: root/src/engine/MessageContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/MessageContext.cpp')
-rw-r--r--src/engine/MessageContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/MessageContext.cpp b/src/engine/MessageContext.cpp
index 541f457f..c1fbe5c5 100644
--- a/src/engine/MessageContext.cpp
+++ b/src/engine/MessageContext.cpp
@@ -15,6 +15,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <algorithm>
#include "lv2/lv2plug.in/ns/ext/contexts/contexts.h"
#include "raul/log.hpp"
#include "ConnectionImpl.hpp"
@@ -23,7 +24,6 @@
#include "NodeImpl.hpp"
#include "PatchImpl.hpp"
#include "PortImpl.hpp"
-#include "PortImpl.hpp"
#include "ProcessContext.hpp"
#include "ThreadManager.hpp"