Replaced inttypes.h with stdint.h for Windows compatibility

This commit is contained in:
Matt Hill
2015-03-21 09:43:22 -04:00
parent 838997925a
commit d9183da290
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#include <iostream>
#include <ctime>
#include <inttypes.h>
#include <stdint.h>
#ifdef WINDOWS
// Import windows only stuff