]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Putting back Peters change for Alpha
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Dec 2003 18:35:52 +0000 (18:35 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 8 Dec 2003 18:35:52 +0000 (18:35 +0000)
HBTAN/AliHBTCrab.h

index eb1bb4232ad94b15090d4ecbbc02b25083495f91..fe344148bcdea8378cc57b8bc7db73449e3ceb15 100644 (file)
 
 #include "AliHBTWeights.h"
 
-class Complex;
-typedef Complex double_complex;
-
+#ifdef __DECCXX
+ #include <complex.h>
+#else
+ class Complex;
+ typedef Complex double_complex;
+#endif
+#include <math.h>
 class AliHBTPair;
 
 class AliHBTCrab: public AliHBTWeights