added some includes for genericSocket.h x86_64

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@358 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_mozzanica 2012-11-23 13:54:12 +00:00
parent a781ca3422
commit 5236aa7cce
2 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,8 @@ class sockaddr_in;
#include <math.h>
#include <errno.h>
#include <stdio.h>
using namespace std;
#define DEFAULT_PACKET_SIZE 1286

View File

@ -12,6 +12,7 @@
#include <string>
#include <sstream>
#include <fstream>
#include <stdlib.h>
using namespace std;