26 lines
710 B
Diff
26 lines
710 B
Diff
=== modified file 'src/widgets/sp-xmlview-attr-list.cpp'
|
|
--- src/widgets/sp-xmlview-attr-list.cpp 2008-06-27 22:00:47 +0000
|
|
+++ src/widgets/sp-xmlview-attr-list.cpp 2008-06-27 22:48:41 +0000
|
|
@@ -15,7 +15,7 @@
|
|
|
|
#include <cstring>
|
|
#include <glibmm/i18n.h>
|
|
-
|
|
+#include <gtk/gtk.h>
|
|
#include "helper/sp-marshal.h"
|
|
#include "../xml/node-event-vector.h"
|
|
#include "sp-xmlview-attr-list.h"
|
|
|
|
=== modified file 'src/widgets/sp-xmlview-attr-list.h'
|
|
--- src/widgets/sp-xmlview-attr-list.h 2008-06-27 22:00:47 +0000
|
|
+++ src/widgets/sp-xmlview-attr-list.h 2008-06-27 22:46:50 +0000
|
|
@@ -14,6 +14,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <gtk/gtkclist.h>
|
|
+#include <gtk/gtk.h>
|
|
#include "../xml/repr.h"
|
|
|
|
#include <glib.h>
|
|
|