From: acspike Date: Tue, 4 Apr 2006 02:39:19 +0000 (+0000) Subject: include errno.h X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a68875b2cb5a747d5ffac421674c56d6ffde60f8;p=inkscape.git include errno.h --- diff --git a/src/style.cpp b/src/style.cpp index 20ae8fa93..230d8f466 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -40,6 +40,7 @@ #include "xml/repr.h" #include "unit-constants.h" #include "isnan.h" +#include using Inkscape::CSSOStringStream; using std::vector;