removed using namespace std from multiSlsDetector

This commit is contained in:
Erik Frojdh
2018-03-16 10:51:27 +01:00
parent 50111bcea7
commit 9ba3fb9279

View File

@ -24,7 +24,7 @@ ID: $Id$
#include <sys/shm.h>
#include <iostream>
#include <string>
using namespace std;
char ans[MAX_STR_LENGTH];