summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2013-03-12 06:49:25 +0000
committerKris <Kris.De.Gussem@hotmail.com>2013-03-12 06:49:25 +0000
commit1302a3303b015a6bf15876fc7fec17a4ed092565 (patch)
tree826435082b4b5e4c3d273b9352b88b277bab1d71 /src
parentreadding entries in Cmake and make include lists that were not removed after ... (diff)
downloadinkscape-1302a3303b015a6bf15876fc7fec17a4ed092565.tar.gz
inkscape-1302a3303b015a6bf15876fc7fec17a4ed092565.zip
fix build warning
(bzr r12195)
Diffstat (limited to 'src')
-rw-r--r--src/io/bufferstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/bufferstream.h b/src/io/bufferstream.h
index ed565572a..af5580efb 100644
--- a/src/io/bufferstream.h
+++ b/src/io/bufferstream.h
@@ -31,7 +31,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <vector.h>
+#include <vector>
#include "inkscapestream.h"