Use our stdint.hxx, not C++11 cstdint

This commit is contained in:
Rebecca N. Palmer 2015-09-21 22:09:47 +01:00
parent 81bfec336c
commit 28dff1d5ca

View 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