]> git.mxchange.org Git - simgear.git/commitdiff
Fix Linux compilation of untar.hxx
authorJames Turner <zakalawe@mac.com>
Thu, 16 Jun 2016 09:46:37 +0000 (04:46 -0500)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
simgear/io/untar.hxx

index 254d8548557403d3cc1ed489f7d516b6021f511f..0da06b203d33f8d640fa00c6a092eb0b69bab7d4 100644 (file)
@@ -21,6 +21,7 @@
 #include <memory>
 
 #include <cstdlib>
+#include <stdint.h> // for uint8_t
 #include <simgear/misc/sg_path.hxx>
 
 namespace simgear