supernova: allocators - fix construct method
[supercollider.git] / external_libraries / pycxx-6.2.2 / CXX / IndirectPythonInterface.hxx
blob26cd2d2989fd8749e900bae11dfbfbad2f4019e5
1 #include "CXX/WrapPython.h"
3 #if PY_MAJOR_VERSION == 2
4 #include "CXX/Python2/IndirectPythonInterface.hxx"
5 #else
6 #include "CXX/Python3/IndirectPythonInterface.hxx"
7 #endif