summaryrefslogtreecommitdiffstats
path: root/src/livarot/BitLigne.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-04 09:52:07 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-04 09:52:07 +0000
commit03ce433b21648859c141c5839d920d3d6d27723d (patch)
tree379db622d73b485ae05f49291993ce7f45c4bca6 /src/livarot/BitLigne.cpp
parentUpdated for build and fixed Trace Bitmap text to be Trace Bitmap... (diff)
downloadinkscape-03ce433b21648859c141c5839d920d3d6d27723d.tar.gz
inkscape-03ce433b21648859c141c5839d920d3d6d27723d.zip
optimize includes, use stdlib instead of inttypes if we have it
(bzr r73)
Diffstat (limited to 'src/livarot/BitLigne.cpp')
-rw-r--r--src/livarot/BitLigne.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/livarot/BitLigne.cpp b/src/livarot/BitLigne.cpp
index 52870f699..d6196d29e 100644
--- a/src/livarot/BitLigne.cpp
+++ b/src/livarot/BitLigne.cpp
@@ -10,6 +10,8 @@
#include "BitLigne.h"
#include <math.h>
+#include <stdio.h>
+#include <string.h>
#include <glib/gmem.h>
BitLigne::BitLigne(int ist,int ien,float iScale)