From ea17de3348997e48a413214734859246992f4b15 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 11 Jul 2015 00:06:22 -0400 Subject: [PATCH] Removed using namespace std to fix compile --- src/bindings/csharp/openalpr-net/helper-net.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bindings/csharp/openalpr-net/helper-net.h b/src/bindings/csharp/openalpr-net/helper-net.h index c0dd801..ce93a1b 100644 --- a/src/bindings/csharp/openalpr-net/helper-net.h +++ b/src/bindings/csharp/openalpr-net/helper-net.h @@ -12,7 +12,6 @@ #include -using namespace std; using namespace alpr; using namespace msclr::interop;