summaryrefslogtreecommitdiffstats
path: root/src/engine/DuplexPort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/DuplexPort.cpp')
-rw-r--r--src/engine/DuplexPort.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/engine/DuplexPort.cpp b/src/engine/DuplexPort.cpp
index 97ee4d22..315583f0 100644
--- a/src/engine/DuplexPort.cpp
+++ b/src/engine/DuplexPort.cpp
@@ -17,14 +17,17 @@
#include <cstdlib>
#include <cassert>
+#include <string>
+
#include "shared/LV2URIMap.hpp"
-#include "util.hpp"
-#include "DuplexPort.hpp"
+
#include "ConnectionImpl.hpp"
-#include "OutputPort.hpp"
+#include "DuplexPort.hpp"
+#include "EventBuffer.hpp"
#include "NodeImpl.hpp"
+#include "OutputPort.hpp"
#include "ProcessContext.hpp"
-#include "EventBuffer.hpp"
+#include "util.hpp"
using namespace std;