summaryrefslogtreecommitdiffstats
path: root/src/URIMap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/URIMap.cpp')
-rw-r--r--src/URIMap.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/URIMap.cpp b/src/URIMap.cpp
index 46ca0108..c7d82c4b 100644
--- a/src/URIMap.cpp
+++ b/src/URIMap.cpp
@@ -14,11 +14,15 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <cstdint>
+#include "ingen/URIMap.hpp"
#include "ingen/Log.hpp"
#include "ingen/URI.hpp"
-#include "ingen/URIMap.hpp"
+#include "lv2/urid/urid.h"
+
+#include <cassert>
+#include <cstdint>
+#include <utility>
namespace ingen {