summaryrefslogtreecommitdiffstats
path: root/src/libs/module/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/module/module.h')
-rw-r--r--src/libs/module/module.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/module/module.h b/src/libs/module/module.h
index 6c809f7e..48bdeedf 100644
--- a/src/libs/module/module.h
+++ b/src/libs/module/module.h
@@ -20,14 +20,15 @@
#include "World.hpp"
#include "Module.hpp"
+#include "raul/SharedPtr.hpp"
namespace Ingen {
namespace Shared {
extern "C" {
- World* get_world();
- void destroy_world();
+ World* get_world();
+ void destroy_world();
}