diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-07 20:49:51 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-07 20:49:51 +0000 |
| commit | 0a5f5c8a0837092eb243c25cc2b460b9aa5aba95 (patch) | |
| tree | 8bbaaf19e0b340b46ea0e23b7c1a7701b1962e00 /src/dom/charclass.cpp | |
| parent | Really fix P6M Clone Tiler mode (case where w <= h). (diff) | |
| download | inkscape-0a5f5c8a0837092eb243c25cc2b460b9aa5aba95.tar.gz inkscape-0a5f5c8a0837092eb243c25cc2b460b9aa5aba95.zip | |
Fix #include
(bzr r4986)
Diffstat (limited to 'src/dom/charclass.cpp')
| -rw-r--r-- | src/dom/charclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/charclass.cpp b/src/dom/charclass.cpp index 61853fa61..d2b67a660 100644 --- a/src/dom/charclass.cpp +++ b/src/dom/charclass.cpp @@ -2008,7 +2008,7 @@ static unsigned int prop[] = /** * Look for comments in ucd.h */ -#include "ucd.h" +#include "charclass.h" |
