Include stdint.h for uint64_t

pull/440/head
Joe Hermaszewski 2015-01-22 21:27:43 +00:00
parent 7494cb6e4b
commit 50dbb867ec
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "Compiler/pstdint.h" #include "Compiler/pstdint.h"
#else #else
#include <limits.h> #include <limits.h>
#include <stdint.h>
#endif #endif