Removed using namespace std to fix compile

This commit is contained in:
Matt Hill
2015-07-11 00:06:22 -04:00
parent 15aaa748ca
commit ea17de3348

View File

@@ -12,7 +12,6 @@
#include <vector> #include <vector>
using namespace std;
using namespace alpr; using namespace alpr;
using namespace msclr::interop; using namespace msclr::interop;