diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/NodePropertiesWindow.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp index b56941e..2751d77 100644 --- a/src/gui/NodePropertiesWindow.hpp +++ b/src/gui/NodePropertiesWindow.hpp @@ -22,7 +22,7 @@ #include <libglademm/xml.h> -#include <raul/SharedPtr.hpp> +#include "raul/SharedPtr.hpp" namespace Machina { namespace Client { class ClientObject; } } |