summaryrefslogtreecommitdiffstats
path: root/src/shared/ClashAvoider.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ClashAvoider.hpp')
-rw-r--r--src/shared/ClashAvoider.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp
index e6f2704a..87fd106a 100644
--- a/src/shared/ClashAvoider.hpp
+++ b/src/shared/ClashAvoider.hpp
@@ -19,8 +19,10 @@
#define INGEN_SHARED_CLASHAVOIDER_HPP
#include <inttypes.h>
-#include <string>
+
#include <map>
+#include <string>
+
#include "ingen/CommonInterface.hpp"
namespace Raul { class Atom; class Path; }