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

@@ -23,7 +23,7 @@
#include <iostream>
#include <vector>
#include <fstream>
#include <inttypes.h>
#include <stdint.h>
namespace alpr
{