diff options
Diffstat (limited to 'src/gui/PatchPortModule.hpp')
-rw-r--r-- | src/gui/PatchPortModule.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/PatchPortModule.hpp b/src/gui/PatchPortModule.hpp index 8e3a320c..90f9cd6d 100644 --- a/src/gui/PatchPortModule.hpp +++ b/src/gui/PatchPortModule.hpp @@ -18,9 +18,12 @@ #define INGEN_GUI_PATCHPORTMODULE_HPP #include <string> + #include <boost/enable_shared_from_this.hpp> + #include "ganv/Module.hpp" #include "raul/URI.hpp" + #include "Port.hpp" namespace Raul { class Atom; } |