Skip to content

Commit 30834c7

Browse files
committed
Fix for the modules build
1 parent 5910156 commit 30834c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

math/mathcore/inc/Math/ParamFunctor.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
//#ifndef __CINT__
2626
//#include <memory>
2727

28+
#include "Rtypes.h"
2829
#include <functional>
2930
#include <vector>
3031
#include <iostream>
@@ -230,7 +231,7 @@ class ParamMemFunHandler : public ParentFunctor::Impl
230231

231232
// inline static T EvalConst(PObj & pobj, F * f, const T *x, const double * p) {
232233
// return ((*pobj).*f)((T*)x, (double*)p);
233-
234+
234235
// }
235236
// };
236237

@@ -244,8 +245,6 @@ class ParamMemFunHandler : public ParentFunctor::Impl
244245
// }
245246
// };
246247

247-
248-
249248
private :
250249
ParamMemFunHandler(const ParamMemFunHandler&); // Not implemented
251250
ParamMemFunHandler& operator=(const ParamMemFunHandler&); // Not implemented

0 commit comments

Comments
 (0)