diff options
Diffstat (limited to 'src/sp-tref.cpp')
| -rw-r--r-- | src/sp-tref.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sp-tref.cpp b/src/sp-tref.cpp index e25ddb5a4..014876478 100644 --- a/src/sp-tref.cpp +++ b/src/sp-tref.cpp @@ -16,13 +16,15 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include "sp-tref.h" + #include <glibmm/i18n.h> +#include "bad-uri-exception.h" #include "attributes.h" #include "document.h" #include "sp-factory.h" #include "sp-text.h" -#include "sp-tref.h" #include "style.h" #include "text-editing.h" |
