summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/App.hpp3
-rw-r--r--src/gui/GraphBox.hpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/App.hpp b/src/gui/App.hpp
index 0ce37ebd..0e3a4079 100644
--- a/src/gui/App.hpp
+++ b/src/gui/App.hpp
@@ -29,6 +29,7 @@
#include "ingen/Atom.hpp"
#include "ingen/Status.hpp"
#include "ingen/World.hpp"
+#include "ingen/ingen.h"
#include "ingen/types.hpp"
#include "raul/Deletable.hpp"
#include "raul/URI.hpp"
@@ -65,7 +66,7 @@ class WindowFactory;
/** Ingen Gtk Application.
* \ingroup GUI
*/
-class App
+class INGEN_API App
{
public:
~App();
diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp
index aee4902c..8d884e01 100644
--- a/src/gui/GraphBox.hpp
+++ b/src/gui/GraphBox.hpp
@@ -28,6 +28,7 @@
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/statusbar.h>
+#include "ingen/ingen.h"
#include "ingen/types.hpp"
#include "Window.hpp"
@@ -60,7 +61,7 @@ class SubgraphModule;
*
* \ingroup GUI
*/
-class GraphBox : public Gtk::VBox
+class INGEN_API GraphBox : public Gtk::VBox
{
public:
GraphBox(BaseObjectType* cobject,