summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2Node.cpp')
-rw-r--r--src/engine/LV2Node.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/engine/LV2Node.cpp b/src/engine/LV2Node.cpp
index 26ad0b77..ee6bf4ed 100644
--- a/src/engine/LV2Node.cpp
+++ b/src/engine/LV2Node.cpp
@@ -15,22 +15,26 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <cassert>
#include <float.h>
#include <stdint.h>
+
+#include <cassert>
#include <cmath>
+#include <string>
+
#include "raul/log.hpp"
#include "raul/Maid.hpp"
#include "raul/Array.hpp"
+
#include "AudioBuffer.hpp"
+#include "EventBuffer.hpp"
#include "InputPort.hpp"
#include "LV2Node.hpp"
#include "LV2Plugin.hpp"
#include "LV2URIMap.hpp"
-#include "EventBuffer.hpp"
+#include "MessageContext.hpp"
#include "OutputPort.hpp"
#include "ProcessContext.hpp"
-#include "MessageContext.hpp"
using namespace std;
using namespace Raul;