diff options
Diffstat (limited to 'src/gui/NodeView.hpp')
-rw-r--r-- | src/gui/NodeView.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index 02b34e6..80f8968 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -18,7 +18,7 @@ #ifndef MACHINA_NODEVIEW_H #define MACHINA_NODEVIEW_H -#include <flowcanvas/Ellipse.hpp> +#include "flowcanvas/Ellipse.hpp" #include "machina/Node.hpp" |