mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
stdexcept added to compile
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <cstring>
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
#include <stdexcept>
|
||||
#include "sls_detector_defs.h"
|
||||
namespace sls {
|
||||
|
||||
@ -60,4 +61,4 @@ void ClientSocket::readReply(int &ret, void *retval, size_t retval_size) {
|
||||
receiveData(retval, retval_size);
|
||||
}
|
||||
|
||||
}; //namespace sls
|
||||
}; //namespace sls
|
||||
|
Reference in New Issue
Block a user