From b122546b5158fa1173d0cd3891e043620b44f7d7 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Fri, 8 Feb 2008 04:41:55 +0000 Subject: [PATCH] * src/conn-avoid-ref.cpp: Include the "xml/simple-node" header, rather than the source file. This fixes bug #190109, a linker error that shows up when compiling with Xcode 3.0. --- src/conn-avoid-ref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conn-avoid-ref.cpp b/src/conn-avoid-ref.cpp index 997e316b5..e12351f75 100644 --- a/src/conn-avoid-ref.cpp +++ b/src/conn-avoid-ref.cpp @@ -19,7 +19,7 @@ #include "libavoid/polyutil.h" #include "libavoid/router.h" #include "libavoid/connector.h" -#include "xml/simple-node.cpp" +#include "xml/simple-node.h" #include "document.h" #include "prefs-utils.h" -- 2.30.2