From: Rebecca N. Palmer Date: Mon, 21 Sep 2015 21:09:47 +0000 (+0100) Subject: Use our stdint.hxx, not C++11 cstdint X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=28dff1d5ca6cbad7728b103cbca1af6a58269ec3;p=simgear.git Use our stdint.hxx, not C++11 cstdint --- diff --git a/simgear/package/Delegate.hxx b/simgear/package/Delegate.hxx index 16474c46..145f6a2e 100644 --- a/simgear/package/Delegate.hxx +++ b/simgear/package/Delegate.hxx @@ -18,7 +18,7 @@ #ifndef SG_PACKAGE_DELEGATE_HXX #define SG_PACKAGE_DELEGATE_HXX -#include +#include #include namespace simgear