]> git.mxchange.org Git - simgear.git/commitdiff
Use our stdint.hxx, not C++11 cstdint
authorRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 21 Sep 2015 21:09:47 +0000 (22:09 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 21 Sep 2015 21:09:47 +0000 (22:09 +0100)
simgear/package/Delegate.hxx

index 16474c46f238d13c8be167c7ae0f224241caa8fe..145f6a2ee202ee032a5f517bb203a9d21809957f 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef SG_PACKAGE_DELEGATE_HXX
 #define SG_PACKAGE_DELEGATE_HXX
 
-#include <cstdint>
+#include <simgear/misc/stdint.hxx>
 #include <simgear/structure/SGSharedPtr.hxx>
 
 namespace simgear