From bc305a8690aac8447b893c2547e8b3a0bb7e78d3 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 16 Jun 2016 04:46:37 -0500 Subject: [PATCH] Fix Linux compilation of untar.hxx --- simgear/io/untar.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/io/untar.hxx b/simgear/io/untar.hxx index 254d8548..0da06b20 100644 --- a/simgear/io/untar.hxx +++ b/simgear/io/untar.hxx @@ -21,6 +21,7 @@ #include #include +#include // for uint8_t #include namespace simgear -- 2.39.5