summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 5e83bd2f1e..98b7fa0d64 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -21,16 +21,17 @@
#define __ardour_route_h__
#include <cmath>
+#include <cstring>
#include <list>
-#include <set>
#include <map>
+#include <set>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
-#include <pbd/fastlog.h>
#include <glibmm/thread.h>
+#include <pbd/fastlog.h>
#include <pbd/xml++.h>
#include <pbd/undo.h>
#include <pbd/stateful.h>