From 7870d9c15a434f8b9b8519450b42ecac7d59caa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 19 Jun 2013 20:09:44 +0200 Subject: Added missing include stdint.h to work with gcc 4.8.1 Without this include, this was not possible to build with gcc 4.8.1: Build log (without this commit): http://kojipkgs.fedoraproject.org//work/tasks/1370/5521370/build.log diff --git a/src/dxfdim.cc b/src/dxfdim.cc index a241b87..8f55a2f 100644 --- a/src/dxfdim.cc +++ b/src/dxfdim.cc @@ -36,6 +36,8 @@ #include "mathc99.h" #include +#include + #include boost::unordered_map dxf_dim_cache; boost::unordered_map dxf_cross_cache; -- cgit v0.10.1