diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-12 14:00:07 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-12 14:00:07 +0000 |
| commit | 23a6fb05455b9889480a8275ac8ab7bb319a137d (patch) | |
| tree | e52ecfe1cc18690adfcf0ed8578b22bfc8d571ba /src | |
| parent | Modify includes to not conflict with inkscape (diff) | |
| download | inkscape-23a6fb05455b9889480a8275ac8ab7bb319a137d.tar.gz inkscape-23a6fb05455b9889480a8275ac8ab7bb319a137d.zip | |
Make correct reference to dom.h
(bzr r483)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/io/domstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/io/domstream.h b/src/dom/io/domstream.h index af43d0a51..9904bb71b 100644 --- a/src/dom/io/domstream.h +++ b/src/dom/io/domstream.h @@ -31,7 +31,7 @@ -#include "dom.h" +#include <dom/dom.h> namespace org { |
