11 lines
186 B
Diff
11 lines
186 B
Diff
|
--- a/src/object/uri.h
|
||
|
+++ b/src/object/uri.h
|
||
|
@@ -13,6 +13,7 @@
|
||
|
#define INKSCAPE_URI_H
|
||
|
|
||
|
#include <libxml/uri.h>
|
||
|
+#include <libxml/xmlmemory.h>
|
||
|
#include <memory>
|
||
|
#include <string>
|
||
|
|