summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/dock.cpp')
-rw-r--r--src/ui/widget/dock.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/widget/dock.cpp b/src/ui/widget/dock.cpp
index a6e983304..ab3a8adca 100644
--- a/src/ui/widget/dock.cpp
+++ b/src/ui/widget/dock.cpp
@@ -10,13 +10,14 @@
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
+#include "dock.h"
#include "inkscape.h"
#include "preferences.h"
#include "desktop.h"
-#include "dock.h"
-
#include <gtkmm/adjustment.h>
+#include <gtkmm/paned.h>
+#include <gtkmm/scrolledwindow.h>
namespace Inkscape {
namespace UI {