From 1bd60ca4a833d58720657899107dd5659c6f0e8f Mon Sep 17 00:00:00 2001 From: Alain Buteau <alain.buteau@synchrotron-soleil.fr> Date: Tue, 18 Oct 2011 17:40:16 +0000 Subject: [PATCH] MANTIS 20536 --- src/LinuxSocketLecroy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LinuxSocketLecroy.cpp b/src/LinuxSocketLecroy.cpp index 28763a2..32d3b9d 100644 --- a/src/LinuxSocketLecroy.cpp +++ b/src/LinuxSocketLecroy.cpp @@ -31,7 +31,7 @@ #include <sys/types.h> #include <unistd.h> #include <fcntl.h> -using namespace std; +#include <cstdio> static int hSocket; static int sTimeout = 1; //- second(s) -- GitLab