From: joncruz Date: Fri, 13 Apr 2007 16:41:29 +0000 (+0000) Subject: Fix for broken compile X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f5db08a691eb3720886e59eda749120f8ea70c85;p=inkscape.git Fix for broken compile --- diff --git a/src/desktop.cpp b/src/desktop.cpp index 561ab1cf0..23a3bf959 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -85,7 +85,7 @@ #include "event-log.h" #include "display/canvas-grid.h" -#include "sp-canvas.h" +#include "display/sp-canvas.h" namespace Inkscape { namespace XML { class Node; }}