summaryrefslogtreecommitdiffstats
path: root/ingen/AtomSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/AtomSink.hpp')
-rw-r--r--ingen/AtomSink.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/AtomSink.hpp b/ingen/AtomSink.hpp
index 70c7f730..395eba54 100644
--- a/ingen/AtomSink.hpp
+++ b/ingen/AtomSink.hpp
@@ -17,11 +17,11 @@
#ifndef INGEN_ATOMSINK_HPP
#define INGEN_ATOMSINK_HPP
-#include <cstdint>
-
#include "ingen/ingen.h"
#include "lv2/atom/atom.h"
+#include <cstdint>
+
namespace ingen {
/** A sink for LV2 Atoms.