From: ishmal Date: Fri, 7 Mar 2008 20:49:51 +0000 (+0000) Subject: Fix #include X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c6cf03fb2824f62c6670b9e85b2e988aee8cbe22;p=inkscape.git Fix #include --- 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"