Skip to content

Commit

Permalink
refs #5634. Fix GCC errors and warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jul 23, 2012
1 parent 4c90aa9 commit db26715
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
#include "MantidCurveFitting/ProductQuadraticExp.h"
#include <math.h>
#include "MantidCurveFitting/ExpDecay.h"
#include "MantidCurveFitting/QuadraticBackground.h"
#include "MantidCurveFitting/ProductFunction.h"
#include "MantidAPI/FunctionFactory.h"

namespace Mantid
{
namespace CurveFitting
{

DECLARE_FUNCTION(ProductQuadraticExp)

//----------------------------------------------------------------------------------------------
/** Constructor
*/
Expand Down

0 comments on commit db26715

Please sign in to comment.