summaryrefslogtreecommitdiffstats
path: root/src/gui/URIEntry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/URIEntry.hpp')
-rw-r--r--src/gui/URIEntry.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/URIEntry.hpp b/src/gui/URIEntry.hpp
index 247c4a6d..535f0805 100644
--- a/src/gui/URIEntry.hpp
+++ b/src/gui/URIEntry.hpp
@@ -17,12 +17,16 @@
#ifndef INGEN_GUI_URI_ENTRY_HPP
#define INGEN_GUI_URI_ENTRY_HPP
+#include "ingen/URI.hpp"
+#include "lilv/lilv.h"
+
#include <gtkmm/box.h>
#include <gtkmm/button.h>
#include <gtkmm/entry.h>
#include <gtkmm/menu.h>
-#include "lilv/lilv.h"
+#include <set>
+#include <string>
namespace ingen {
namespace gui {