Skip to content
Snippets Groups Projects
Commit 11616bf8 authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

[Exp PyROOT] TPython.h is now API.h

parent 26464347
No related branches found
No related tags found
No related merge requests found
......@@ -401,9 +401,9 @@ PyObject* GenericCallableImpl_call(PyObject * /*self*/, PyObject *args)
return NULL;
}
err = gInterpreter->Declare("#include \"CPyCppyy/TPython.h\"");
err = gInterpreter->Declare("#include \"CPyCppyy/API.h\"");
if (!err) {
PyErr_SetString(PyExc_RuntimeError, "Failed to compile C++ wrapper: Failed to include TPython.h.");
PyErr_SetString(PyExc_RuntimeError, "Failed to compile C++ wrapper: Failed to include API.h.");
return NULL;
}
......
......@@ -15,7 +15,7 @@
#include "PyROOTPythonize.h"
#include "RConfig.h"
#include "TInterpreter.h"
#include "CPyCppyy/TPython.h"
#include "CPyCppyy/API.h"
#include <utility> // std::pair
#include <sstream> // std::stringstream
......
......@@ -14,7 +14,7 @@
#include "CallContext.h"
#include "PyROOTPythonize.h"
#include "ProxyWrappers.h"
#include "CPyCppyy/TPython.h"
#include "CPyCppyy/API.h"
#include "Utility.h"
#include "PyzCppHelpers.hxx"
#include "TClass.h"
......
......@@ -13,7 +13,7 @@
#include "CPPOverload.h"
#include "CallContext.h"
#include "PyROOTPythonize.h"
#include "CPyCppyy/TPython.h"
#include "CPyCppyy/API.h"
#include "Utility.h"
#include "PyzCppHelpers.hxx"
#include "TFile.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