Skip to content

Commit 0737de3

Browse files
committed
[math] Include functional header for std::reference_wrapper
1 parent edd2026 commit 0737de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roofit/roofitcore/inc/RooCmdConfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************
22
* Project: RooFit *
33
* Package: RooFitCore *
4-
* File: $Id: RooCmdConfig.h,v 1.12 2007/05/11 09:11:30 verkerke Exp $
4+
* File: $Id: RooCmdConfig.h,v 1.12 2007/05/11 09:11:30 verkerke Exp $ *
55
* Authors: *
66
* WV, Wouter Verkerke, UC Santa Barbara, [email protected] *
77
* DK, David Kirkby, UC Irvine, [email protected] *
@@ -25,6 +25,7 @@
2525
#include <TObject.h>
2626
#include <TString.h>
2727

28+
#include <functional>
2829
#include <string>
2930

3031
class RooArgSet;

0 commit comments

Comments
 (0)