summaryrefslogtreecommitdiffstats
path: root/src/server/PostProcessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PostProcessor.hpp')
-rw-r--r--src/server/PostProcessor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/PostProcessor.hpp b/src/server/PostProcessor.hpp
index affb343f..2733b209 100644
--- a/src/server/PostProcessor.hpp
+++ b/src/server/PostProcessor.hpp
@@ -17,11 +17,11 @@
#ifndef INGEN_ENGINE_POSTPROCESSOR_HPP
#define INGEN_ENGINE_POSTPROCESSOR_HPP
-#include <atomic>
+#include "types.hpp"
#include "ingen/ingen.h"
-#include "types.hpp"
+#include <atomic>
namespace ingen {
namespace server {