[QuantLibAddin-cvs] QuantLibAddin/qlo termstructures.hpp, 1.12, 1.13
Brought to you by:
ericehlers,
nando
|
From: Francois du V. <fd...@us...> - 2006-12-05 10:49:46
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4698 Modified Files: termstructures.hpp Log Message: missing inclusion added Index: termstructures.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/termstructures.hpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** termstructures.hpp 3 Oct 2006 17:24:58 -0000 1.12 --- termstructures.hpp 5 Dec 2006 10:49:42 -0000 1.13 *************** *** 26,29 **** --- 26,30 ---- #include <ql/TermStructures/forwardspreadedtermstructure.hpp> #include <ql/TermStructures/ratehelpers.hpp> + #include <ql/Quotes/simplequote.hpp> #include <qlo/interpolation.hpp> |