Commit 93d9af10 by Wenzel Jakob

Merge pull request #31 from polygon/fix_complex

Add complex.h to list of installed headers
parents f933e68d 3e2736b6
...@@ -72,6 +72,7 @@ set(PYBIND11_HEADERS ...@@ -72,6 +72,7 @@ set(PYBIND11_HEADERS
include/pybind11/pytypes.h include/pybind11/pytypes.h
include/pybind11/typeid.h include/pybind11/typeid.h
include/pybind11/numpy.h include/pybind11/numpy.h
include/pybind11/complex.h
) )
# Create the binding library # Create the binding library
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment