From 115c951de333e5d5b67b58ae709755e2ac57a46f Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 8 May 2018 15:06:43 -0400 Subject: fix compilation --- pyisda/legs.pxd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyisda/legs.pxd b/pyisda/legs.pxd index c703f3b..0dd0e0e 100644 --- a/pyisda/legs.pxd +++ b/pyisda/legs.pxd @@ -1,8 +1,9 @@ -from date cimport TDate, TDateInterval +from date cimport TDateInterval from cdsone cimport TStubMethod from curve cimport TCurve ctypedef int TBoolean +ctypedef long TDate cdef extern from "isda/cx.h": ctypedef struct TContingentLeg: -- cgit v1.2.3-70-g09d2