summaryrefslogtreecommitdiffstats
path: root/src/server/InternalBlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/InternalBlock.cpp')
-rw-r--r--src/server/InternalBlock.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/InternalBlock.cpp b/src/server/InternalBlock.cpp
index cf57e6b2..a1f5b5b1 100644
--- a/src/server/InternalBlock.cpp
+++ b/src/server/InternalBlock.cpp
@@ -14,12 +14,16 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "InternalBlock.hpp"
+
#include "Buffer.hpp"
#include "Engine.hpp"
-#include "InternalBlock.hpp"
#include "InternalPlugin.hpp"
#include "PortImpl.hpp"
+#include <cstddef>
+#include <cstdint>
+
namespace ingen {
namespace server {