summaryrefslogtreecommitdiffstats
path: root/src/Widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Widget.hpp')
-rw-r--r--src/Widget.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Widget.hpp b/src/Widget.hpp
index f1c935f..6089d41 100644
--- a/src/Widget.hpp
+++ b/src/Widget.hpp
@@ -17,10 +17,10 @@
#ifndef PATCHAGE_WIDGET_HPP
#define PATCHAGE_WIDGET_HPP
-#include <string>
-
#include <gtkmm/builder.h>
+#include <string>
+
template <typename W>
class Widget {
public: