Fix missing include for uint8_t on Linux

This commit is contained in:
James Turner 2015-09-21 14:55:52 -05:00
parent 60a0c51e2b
commit 81bfec336c

View File

@ -18,6 +18,7 @@
#ifndef SG_PACKAGE_DELEGATE_HXX #ifndef SG_PACKAGE_DELEGATE_HXX
#define SG_PACKAGE_DELEGATE_HXX #define SG_PACKAGE_DELEGATE_HXX
#include <cstdint>
#include <simgear/structure/SGSharedPtr.hxx> #include <simgear/structure/SGSharedPtr.hxx>
namespace simgear namespace simgear