From 6eab383575ced4d4e2b52984d50b868f5cd259f8 Mon Sep 17 00:00:00 2001 From: joncruz Date: Mon, 26 Nov 2007 20:36:18 +0000 Subject: [PATCH] Undo compile break --- src/selection-chemistry.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index a5892a580..31cd1f8f1 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -20,6 +20,10 @@ # include "config.h" #endif +#ifdef WIN32 +#include +#endif // WIN32 + #include #include "svg/svg.h" @@ -82,9 +86,6 @@ using NR::Y; #include "selection-chemistry.h" -//# -#include -//# /* fixme: find a better place */ Inkscape::XML::Document *clipboard_document = NULL; GSList *clipboard = NULL; -- 2.30.2