summaryrefslogtreecommitdiffstats
path: root/src/Forge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Forge.cpp')
-rw-r--r--src/Forge.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Forge.cpp b/src/Forge.cpp
index 9ac406fc..00194ce9 100644
--- a/src/Forge.cpp
+++ b/src/Forge.cpp
@@ -14,12 +14,14 @@
along with Ingen. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sstream>
-
#include "ingen/Forge.hpp"
#include "ingen/URI.hpp"
#include "ingen/URIMap.hpp"
-#include "lv2/atom/atom.h"
+#include "lv2/atom/forge.h"
+#include "lv2/urid/urid.h"
+
+#include <memory>
+#include <sstream>
namespace ingen {