Skip to content
Snippets Groups Projects
Commit 9cba3cbb authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Avoid defition of toupper() too early

parent 061c8ad5
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,11 @@
// //
////////////////////////////////////////////////////////////////////////////////
#include <Python.h> // Needs to be included first to avoid redefinition of _POSIX_C_SOURCE
#include "TMVA/MethodBase.h"
#include "TMVA/Types.h"
#include <Python.h> // Needs to be included first to avoid redefinition of _POSIX_C_SOURCE
#include "Rtypes.h"
#include "TString.h"
......@@ -38,9 +39,6 @@ class TSpline;
class TH1F;
class TH1D;
struct _object;
typedef _object PyObject;
// needed by NPY_API_VERSION
#include "numpy/numpyconfig.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment