diff options
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index ee3eba5..58c4ad9 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -18,11 +18,13 @@ #ifndef PATCHAGE_PATCHAGE_HPP #define PATCHAGE_PATCHAGE_HPP -#include <string> #include <set> +#include <string> + #include <boost/shared_ptr.hpp> -#include <libgnomecanvasmm.h> #include <libglademm/xml.h> +#include <libgnomecanvasmm.h> + #include "patchage-config.h" #include "Widget.hpp" |