diff options
Diffstat (limited to 'Node.cpp')
-rw-r--r-- | Node.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ #include "NodeFactory.h" #include "Net.h" +#include "prut.h" + Node::Node(const char * type) { NodeFactory::assign(type, this); } |