summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sp-object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 7f3c77ee3..9abbd324b 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -1,7 +1,6 @@
#ifndef SP_OBJECT_H_SEEN
#define SP_OBJECT_H_SEEN
-#include <glibmm/ustring.h>
/*
* Authors:
@@ -16,6 +15,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include <glibmm/ustring.h>
+
/* SPObject flags */
class SPObject;