summaryrefslogtreecommitdiffstats
path: root/ingen/URI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URI.hpp')
-rw-r--r--ingen/URI.hpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/ingen/URI.hpp b/ingen/URI.hpp
index 128155e7..91096ba0 100644
--- a/ingen/URI.hpp
+++ b/ingen/URI.hpp
@@ -17,16 +17,18 @@
#ifndef INGEN_URI_HPP
#define INGEN_URI_HPP
-#include <iosfwd>
-#include <string>
-
-#include <boost/utility/string_view.hpp>
-
#include "ingen/FilePath.hpp"
#include "ingen/ingen.h"
#include "serd/serd.h"
#include "sord/sordmm.hpp"
+#include <boost/utility/string_view.hpp>
+
+#include <cstddef>
+#include <cstdint>
+#include <ostream>
+#include <string>
+
namespace ingen {
class INGEN_API URI