moved from c headers

This commit is contained in:
Erik Frojdh
2019-05-14 17:17:21 +02:00
parent 55f482f915
commit 97692ae3ab
7 changed files with 29 additions and 29 deletions

View File

@ -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 */