From 03ce433b21648859c141c5839d920d3d6d27723d Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Sat, 4 Feb 2006 09:52:07 +0000 Subject: optimize includes, use stdlib instead of inttypes if we have it (bzr r73) --- src/livarot/BitLigne.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/livarot/BitLigne.cpp') 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 +#include +#include #include BitLigne::BitLigne(int ist,int ien,float iScale) -- cgit v1.2.3