mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
moved from c headers
This commit is contained in:
@ -12,13 +12,13 @@
|
||||
#include "Fifo.h"
|
||||
#include "ZmqSocket.h" //just for the zmq port define
|
||||
|
||||
#include <sys/stat.h> // stat
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
#include <cerrno> //eperm
|
||||
#include <cstdlib> //system
|
||||
#include <cstring>
|
||||
#include <cstring> //strcpy
|
||||
#include <errno.h> //eperm
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <sys/stat.h> // stat
|
||||
|
||||
|
||||
/** cosntructor & destructor */
|
||||
|
Reference in New Issue
Block a user