diff options
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r-- | src/gui/NodeModule.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index 3ec72f6d..42ad0fc4 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -17,9 +17,9 @@ #ifndef INGEN_GUI_NODEMODULE_HPP #define INGEN_GUI_NODEMODULE_HPP -#include <string> #include "ganv/Module.hpp" #include "raul/SharedPtr.hpp" + #include "Port.hpp" namespace Raul { class Atom; } |