included sls defs in every file so that int is 32 bit

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@132 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-01-11 09:59:29 +00:00
parent 74654b1ebc
commit 0b05f67f9d
37 changed files with 98 additions and 23 deletions

View File

@ -7,6 +7,12 @@
#ifndef SLSQTVALIDATORS_H
#define SLSQTVALIDATORS_H
#ifndef IAN
typedef double double32_t;
typedef float float32_t;
typedef int int32_t;
#endif
#include <iostream>
#include <math.h>