python: Fix include of pybind

The included file was not the correct one to get
the macro from, but the macro will use the original
file included.

Change-Id: I612f0d0b291cc2da8668c60471b7b78c7967ea5b
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/46319
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Daniel R. Carvalho
2021-05-30 09:06:52 -03:00
committed by Daniel Carvalho
parent 9c6df1b55b
commit fe27242f26

View File

@@ -38,6 +38,7 @@
#ifndef __PYTHON_PYBIND11_CORE_HH__
#define __PYTHON_PYBIND11_CORE_HH__
#include "pybind11/cast.h"
#include "pybind11/stl_bind.h"
#include <vector>