made change to avoid compiltime errors with new gcc

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@366 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2012-12-05 08:49:26 +00:00
parent b00d3c446c
commit 788bc9cfd7

View File

@ -7,6 +7,7 @@
#include <signal.h> //SIGINT
#include <cstdlib> //EXIT
#include <iostream>
using namespace std;