diff --git a/src/osgPlugins/svg/ReaderWriterSVG.cpp b/src/osgPlugins/svg/ReaderWriterSVG.cpp index 335e889ce..21e45f442 100644 --- a/src/osgPlugins/svg/ReaderWriterSVG.cpp +++ b/src/osgPlugins/svg/ReaderWriterSVG.cpp @@ -25,7 +25,7 @@ extern "C" { #include #ifndef LIBRSVG_CHECK_VERSION - #include < librsvg/rsvg-cairo.h> + #include #endif }