esrf changes: previous commit compile

This commit is contained in:
maliakal_d 2018-04-26 16:43:07 +02:00
parent 501d2478a5
commit 99281e2690
2 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class sockaddr_in;
#include <math.h> #include <math.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include "logger.h"
using namespace std; using namespace std;
#define DEFAULT_PACKET_SIZE 1286 #define DEFAULT_PACKET_SIZE 1286

View File

@ -15,6 +15,7 @@
#include <cstdlib> //system #include <cstdlib> //system
#include <cstring> //strcpy #include <cstring> //strcpy
#include <errno.h> //eperm #include <errno.h> //eperm
#include <fstream>
using namespace std; using namespace std;