Add missing header to setup.py

This commit is contained in:
Jason Rhinelander
2017-05-07 12:19:19 -04:00
parent 271b27ff18
commit 2b941b38b4
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ if os.environ.get('PYBIND11_USE_CMAKE'):
else:
headers = [
'include/pybind11/attr.h',
'include/pybind11/buffer_info.h',
'include/pybind11/cast.h',
'include/pybind11/chrono.h',
'include/pybind11/class_support.h',